mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Change text of the PipeWire streenshare method
This commit is contained in:
parent
c3081ece40
commit
c8402b156b
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ CallManager::screenShareTypeList()
|
|||
ret.append(tr("X11"));
|
||||
break;
|
||||
case ScreenShareType::XDP:
|
||||
ret.append(tr("Stream from xdg-desktop-portal"));
|
||||
ret.append(tr("PipeWire"));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue