mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix screenshare selection
This commit is contained in:
parent
59a5c9815e
commit
c6ec4b8ba4
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ Popup {
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
model: CallManager.screenShareTypeList()
|
model: CallManager.screenShareTypeList()
|
||||||
onCurrentIndexChanged: CallManager.setVoip(currentIndex);
|
onCurrentIndexChanged: CallManager.setScreenShareType(currentIndex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ struct TurnServer;
|
||||||
|
|
||||||
class QUrl;
|
class QUrl;
|
||||||
|
|
||||||
class CallManager final : public QObject
|
class CallManager : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue