mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
ColorSchemeTab: hide predefined colorschemes when matugen is enabled
This commit is contained in:
@@ -487,7 +487,7 @@
|
||||
"predefined": {
|
||||
"section": {
|
||||
"label": "Vordefinierte Farbschemata",
|
||||
"description": "Um diese Farbschemata zu verwenden, müssen Sie Matugen ausschalten. Mit aktiviertem Matugen werden Farben automatisch aus Ihrem Hintergrundbild generiert."
|
||||
"description": "Wählen Sie aus einer Sammlung vordefinierter Farbschemata."
|
||||
}
|
||||
},
|
||||
"matugen": {
|
||||
|
||||
@@ -491,7 +491,7 @@
|
||||
"predefined": {
|
||||
"section": {
|
||||
"label": "Predefined color schemes",
|
||||
"description": "To use these color schemes, you must turn off Matugen. With Matugen enabled, colors are automatically generated from your wallpaper."
|
||||
"description": "Choose from a collection of predefined color schemes."
|
||||
}
|
||||
},
|
||||
"matugen": {
|
||||
|
||||
@@ -485,7 +485,7 @@
|
||||
"predefined": {
|
||||
"section": {
|
||||
"label": "Esquemas de colores predefinidos",
|
||||
"description": "Para usar estos esquemas de colores, debes desactivar Matugen. Con Matugen activado, los colores se generan automáticamente a partir de tu fondo de pantalla."
|
||||
"description": "Elige entre una colección de esquemas de colores predefinidos."
|
||||
}
|
||||
},
|
||||
"matugen": {
|
||||
|
||||
@@ -485,7 +485,7 @@
|
||||
"predefined": {
|
||||
"section": {
|
||||
"label": "Jeux de couleurs prédéfinis",
|
||||
"description": "Pour utiliser ces jeux de couleurs, vous devez désactiver Matugen. Avec Matugen activé, les couleurs sont générées automatiquement à partir de votre fond d'écran."
|
||||
"description": "Choisissez parmi une collection de jeux de couleurs prédéfinis."
|
||||
}
|
||||
},
|
||||
"matugen": {
|
||||
|
||||
@@ -451,7 +451,7 @@
|
||||
"predefined": {
|
||||
"section": {
|
||||
"label": "Esquemas de cores predefinidos",
|
||||
"description": "Para usar esses esquemas de cores, você deve desativar o Matugen. Com o Matugen ativado, as cores são geradas automaticamente a partir do seu papel de parede."
|
||||
"description": "Escolha entre uma coleção de esquemas de cores predefinidos."
|
||||
}
|
||||
},
|
||||
"matugen": {
|
||||
|
||||
@@ -489,7 +489,7 @@
|
||||
"predefined": {
|
||||
"section": {
|
||||
"label": "预定义配色方案",
|
||||
"description": "要使用这些配色方案,您必须关闭 Matugen。启用 Matugen 后,颜色会根据您的壁纸自动生成。"
|
||||
"description": "从预定义配色方案集合中选择。"
|
||||
}
|
||||
},
|
||||
"matugen": {
|
||||
|
||||
@@ -188,12 +188,14 @@ ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: Style.marginXL * scaling
|
||||
Layout.bottomMargin: Style.marginXL * scaling
|
||||
visible: !Settings.data.colorSchemes.useWallpaperColors
|
||||
}
|
||||
|
||||
// Predefined Color Schemes
|
||||
ColumnLayout {
|
||||
spacing: Style.marginM * scaling
|
||||
Layout.fillWidth: true
|
||||
visible: !Settings.data.colorSchemes.useWallpaperColors
|
||||
|
||||
NHeader {
|
||||
label: I18n.tr("settings.color-scheme.predefined.section.label")
|
||||
|
||||
Reference in New Issue
Block a user