Add option to disable showing new join and leave events
This commit is contained in:
@@ -17,11 +17,15 @@ Kirigami.ScrollablePage {
|
||||
|
||||
Kirigami.FormLayout {
|
||||
QQC2.CheckBox {
|
||||
id: showNotifications
|
||||
Kirigami.FormData.label: i18n("Show Notifications:")
|
||||
Kirigami.FormData.label: i18n("Show notifications:")
|
||||
checked: Config.showNotifications
|
||||
onToggled: Config.showNotifications = checked
|
||||
}
|
||||
QQC2.CheckBox {
|
||||
Kirigami.FormData.label: i18n("Show leave and join events:")
|
||||
checked: Config.showLeaveJoinEvent
|
||||
onToggled: Config.showLeaveJoinEvent = checked
|
||||
}
|
||||
QQC2.RadioButton {
|
||||
Kirigami.FormData.label: i18n("Rooms and private chats:")
|
||||
text: i18n("Separated")
|
||||
|
||||
Reference in New Issue
Block a user