mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
chore(settings): remove unused system performance description key
This commit is contained in:
@@ -1604,7 +1604,6 @@
|
||||
"show-keybinds-label": "Show keybinds"
|
||||
},
|
||||
"system": {
|
||||
"noctalia-performance-desc": "Configure what stays enabled while Noctalia Performance Mode is active.",
|
||||
"noctalia-performance-disable-desktop-widgets-description": "Keep desktop widgets visible while Noctalia Performance Mode is enabled.",
|
||||
"noctalia-performance-disable-desktop-widgets-label": "Enable desktop widgets in performance mode",
|
||||
"noctalia-performance-disable-wallpaper-description": "Keep desktop, overview, and lock screen wallpapers visible while Noctalia Performance Mode is enabled.",
|
||||
|
||||
@@ -9,11 +9,6 @@ ColumnLayout {
|
||||
spacing: Style.marginL
|
||||
Layout.fillWidth: true
|
||||
|
||||
NLabel {
|
||||
Layout.fillWidth: true
|
||||
description: I18n.tr("panels.system.noctalia-performance-desc")
|
||||
}
|
||||
|
||||
NToggle {
|
||||
Layout.fillWidth: true
|
||||
label: I18n.tr("panels.system.noctalia-performance-disable-wallpaper-label")
|
||||
|
||||
Reference in New Issue
Block a user