From 135150f4cc00d41193f5d23cb69ddc93f32c6605 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 23 Nov 2020 10:44:50 -0700 Subject: [PATCH] Remove unused overlapping ids --- imports/NeoChat/Page/SettingsPage.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/imports/NeoChat/Page/SettingsPage.qml b/imports/NeoChat/Page/SettingsPage.qml index 8aff41fcc..1cc8ab14d 100644 --- a/imports/NeoChat/Page/SettingsPage.qml +++ b/imports/NeoChat/Page/SettingsPage.qml @@ -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