16 lines
271 B
QML
Raw Normal View History

2024-03-07 12:44:01 +01:00
import QtQuick
import org.kde.plasma.configuration
2024-01-19 01:54:33 +01:00
ConfigModel {
ConfigCategory {
name: i18n("General")
icon: "configure"
2024-01-22 03:08:31 +01:00
source: "config/general.qml"
}
2024-06-07 02:05:50 +02:00
ConfigCategory {
name: i18n("Debug")
icon: "cab_view"
source: "config/debug.qml"
}
2024-01-19 01:54:33 +01:00
}