Fix logical error in separated/intermixed sidebar settings
This commit is contained in:
@@ -25,13 +25,13 @@ Kirigami.ScrollablePage {
|
|||||||
QQC2.RadioButton {
|
QQC2.RadioButton {
|
||||||
Kirigami.FormData.label: i18n("Rooms and private chats:")
|
Kirigami.FormData.label: i18n("Rooms and private chats:")
|
||||||
text: i18n("Separated")
|
text: i18n("Separated")
|
||||||
checked: Config.mergeRoomList
|
|
||||||
onToggled: Config.mergeRoomList = true
|
|
||||||
}
|
|
||||||
QQC2.RadioButton {
|
|
||||||
text: i18n("Intermixed")
|
|
||||||
checked: !Config.mergeRoomList
|
checked: !Config.mergeRoomList
|
||||||
onToggled: Config.mergeRoomList = false
|
onToggled: Config.mergeRoomList = false
|
||||||
}
|
}
|
||||||
|
QQC2.RadioButton {
|
||||||
|
text: i18n("Intermixed")
|
||||||
|
checked: Config.mergeRoomList
|
||||||
|
onToggled: Config.mergeRoomList = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user