Remove unused overlapping ids

This commit is contained in:
Nate Graham
2020-11-23 10:44:50 -07:00
parent 5d221b995a
commit 135150f4cc

View File

@@ -23,14 +23,12 @@ Kirigami.ScrollablePage {
onToggled: Config.showNotifications = checked
}
QQC2.RadioButton {
id: mergeRoomList
Kirigami.FormData.label: i18n("Rooms and private chats:")
text: i18n("Separated")
checked: Config.mergeRoomList
onToggled: Config.mergeRoomList = true
}
QQC2.RadioButton {
id: mergeRoomList
text: i18n("Intermixed")
checked: !Config.mergeRoomList
onToggled: Config.mergeRoomList = false