SpaceDrawer: Remove seemingly non-existent signal call
This commit is contained in:
@@ -119,10 +119,7 @@ QQC2.Control {
|
|||||||
activeFocusOnTab: true
|
activeFocusOnTab: true
|
||||||
|
|
||||||
checked: RoomManager.currentSpace.length === 0
|
checked: RoomManager.currentSpace.length === 0
|
||||||
onSelected: {
|
onSelected: RoomManager.currentSpace = ""
|
||||||
RoomManager.currentSpace = "";
|
|
||||||
root.selectionChanged();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
AvatarTabButton {
|
AvatarTabButton {
|
||||||
id: directChatButton
|
id: directChatButton
|
||||||
@@ -175,10 +172,7 @@ QQC2.Control {
|
|||||||
activeFocusOnTab: true
|
activeFocusOnTab: true
|
||||||
|
|
||||||
checked: RoomManager.currentSpace === "DM"
|
checked: RoomManager.currentSpace === "DM"
|
||||||
onSelected: {
|
onSelected: RoomManager.currentSpace = "DM"
|
||||||
RoomManager.currentSpace = "DM";
|
|
||||||
root.selectionChanged();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
|||||||
Reference in New Issue
Block a user