This commit is contained in:
2026-02-08 13:26:24 +00:00
commit 8dfbb0dea7
10 changed files with 546 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import QtQuick 2.12
import org.kde.plasma.configuration 2.0
ConfigModel {
ConfigCategory {
name: i18n("General")
icon: "preferences-desktop"
source: "GeneralConfig.qml"
}
}