ColorSchemeTab: hide predefined colorschemes when matugen is enabled

This commit is contained in:
Ly-sec
2025-09-28 10:43:02 +02:00
parent f7109b0bf9
commit 25eb31747a
7 changed files with 8 additions and 6 deletions
+2
View File
@@ -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")