mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(launcher): fix iconMode default gui settings. fix #2296
This commit is contained in:
@@ -122,7 +122,7 @@ ColumnLayout {
|
||||
description: I18n.tr("panels.launcher.settings-icon-mode-description")
|
||||
checked: Settings.data.appLauncher.iconMode === "native"
|
||||
onToggled: checked => Settings.data.appLauncher.iconMode = checked ? "native" : "tabler"
|
||||
defaultValue: Settings.getDefaultValue("appLauncher.iconMode")
|
||||
defaultValue: Settings.getDefaultValue("appLauncher.iconMode") === "native"
|
||||
}
|
||||
|
||||
NToggle {
|
||||
|
||||
Reference in New Issue
Block a user