mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge pull request #721 from 3akev/kb_toast_setting
Add setting to disable keyboard layout toast
This commit is contained in:
@@ -226,6 +226,25 @@ ColumnLayout {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: Style.marginL
|
||||
Layout.bottomMargin: Style.marginL
|
||||
}
|
||||
|
||||
// Toast Configuration
|
||||
NHeader {
|
||||
label: I18n.tr("settings.notifications.toast.section.label")
|
||||
description: I18n.tr("settings.notifications.toast.section.description")
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: I18n.tr("settings.notifications.toast.enabled.label")
|
||||
description: I18n.tr("settings.notifications.toast.enabled.description")
|
||||
checked: Settings.data.notifications.enableKeyboardLayoutToast
|
||||
onToggled: checked => Settings.data.notifications.enableKeyboardLayoutToast = checked
|
||||
}
|
||||
}
|
||||
|
||||
NDivider {
|
||||
|
||||
Reference in New Issue
Block a user