bring back config

This commit is contained in:
2024-06-07 02:05:50 +02:00
parent b2e7b948fe
commit 6e47175625
5 changed files with 222 additions and 225 deletions

View File

@ -7,4 +7,9 @@ ConfigModel {
icon: "configure"
source: "config/general.qml"
}
ConfigCategory {
name: i18n("Debug")
icon: "cab_view"
source: "config/debug.qml"
}
}