Matugen: user defined templates can now use predefined color schemes,

changed path to config (~/.config/noctalia/user-templates.toml)
This commit is contained in:
lysec
2025-10-18 15:37:00 +02:00
parent 2ddfadea27
commit b7f96e3abd
9 changed files with 110 additions and 8 deletions
+3
View File
@@ -590,6 +590,9 @@ ColumnLayout {
checked: Settings.data.templates.enableUserTemplates
onToggled: checked => {
Settings.data.templates.enableUserTemplates = checked
if (checked) {
MatugenTemplates.writeUserTemplatesToml()
}
AppThemeService.generate()
}
}