v1.1.1: move config dialog to contents/config/config.qml (correct Plasma 5 location; ui/ placement made the General page invisible)

This commit is contained in:
ArnoldCordewiner
2026-09-05 20:13:46 +02:00
parent d3641469b0
commit b0fbe8a14f
3 changed files with 1 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
import QtQuick 2.15
import org.kde.plasma.configuration 2.0
ConfigModel {
ConfigCategory {
name: i18n("General")
icon: "preferences-desktop"
source: "configGeneral.qml"
}
}