plasma6 alpha

This commit is contained in:
2024-03-07 12:44:01 +01:00
parent 4adea966fa
commit 6290a78666
9 changed files with 278 additions and 240 deletions

View File

@ -1,5 +1,5 @@
import QtQuick 2.0
import org.kde.plasma.configuration 2.0
import QtQuick
import org.kde.plasma.configuration
ConfigModel {
ConfigCategory {
@ -7,9 +7,4 @@ ConfigModel {
icon: "configure"
source: "config/general.qml"
}
ConfigCategory {
name: i18n("Debug")
icon: "cab_view"
source: "config/debug.qml"
}
}

View File

@ -29,7 +29,7 @@
<default>true</default>
</entry>
<!-- debug -->
<entry name="debug_active" type="Bool">
<default>false</default>
</entry>