mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
TaskbarSettings: fix
This commit is contained in:
@@ -89,6 +89,14 @@ ColumnLayout {
|
||||
onToggled: checked => root.valueColorizeIcons = checked
|
||||
}
|
||||
|
||||
NToggle {
|
||||
Layout.fillWidth: true
|
||||
label: I18n.tr("bar.widget-settings.taskbar.show-pinned-apps.label")
|
||||
description: I18n.tr("bar.widget-settings.taskbar.show-pinned-apps.description")
|
||||
checked: root.valueShowPinnedApps
|
||||
onToggled: checked => root.valueShowPinnedApps = checked
|
||||
}
|
||||
|
||||
NToggle {
|
||||
Layout.fillWidth: true
|
||||
label: I18n.tr("bar.widget-settings.taskbar.show-title.label")
|
||||
@@ -106,9 +114,5 @@ ColumnLayout {
|
||||
description: I18n.tr("bar.widget-settings.taskbar.title-width.description")
|
||||
text: widgetData.titleWidth || widgetMetadata.titleWidth
|
||||
placeholderText: I18n.tr("placeholders.enter-width-pixels")
|
||||
label: I18n.tr("bar.widget-settings.taskbar.show-pinned-apps.label")
|
||||
description: I18n.tr("bar.widget-settings.taskbar.show-pinned-apps.description")
|
||||
checked: root.valueShowPinnedApps
|
||||
onToggled: checked => root.valueShowPinnedApps = checked
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user