OsdTab: move all OSD related settings into their own tab

OSD: add Left/Right Center options (will display vertically)
TablerIcons: add OSD Tab icon
i18n: added translation to all files for OSDTab (generated)
This commit is contained in:
Ly-sec
2025-09-26 15:05:53 +02:00
parent 9d927bd7fc
commit 695d002d6a
13 changed files with 1940 additions and 78 deletions
+1 -6
View File
@@ -72,12 +72,7 @@ ColumnLayout {
onToggled: checked => Settings.data.notifications.alwaysOnTop = checked
}
NToggle {
label: I18n.tr("settings.notifications.settings.enable-osd.label")
description: I18n.tr("settings.notifications.settings.enable-osd.description")
checked: Settings.data.notifications.enableOSD
onToggled: checked => Settings.data.notifications.enableOSD = checked
}
// OSD settings moved to the dedicated OSD tab
}
NDivider {