mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
OSD: moved settings in the appropriate spot
This commit is contained in:
+1
-1
@@ -294,7 +294,7 @@ Loader {
|
||||
|
||||
function showOSD() {
|
||||
// Check if OSD is enabled in settings
|
||||
if (!Settings.data.general.showOSD) {
|
||||
if (!Settings.data.notifications.enableOSD) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
@@ -42,8 +42,8 @@ ColumnLayout {
|
||||
NToggle {
|
||||
label: "Enable on screen display"
|
||||
description: "Show volume and brightness changes in real-time."
|
||||
checked: Settings.data.general.showOSD
|
||||
onToggled: checked => Settings.data.general.showOSD = checked
|
||||
checked: Settings.data.notifications.enableOSD
|
||||
onToggled: checked => Settings.data.notifications.enableOSD = checked
|
||||
}
|
||||
|
||||
NComboBox {
|
||||
|
||||
Reference in New Issue
Block a user