mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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"));
|
ret.append(tr("X11"));
|
||||||
break;
|
break;
|
||||||
case ScreenShareType::XDP:
|
case ScreenShareType::XDP:
|
||||||
ret.append(tr("Stream from xdg-desktop-portal"));
|
ret.append(tr("PipeWire"));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue