10 lines
198 B
QML
10 lines
198 B
QML
|
import org.kde.plasma.configuration 2.0
|
||
|
|
||
|
ConfigModel {
|
||
|
ConfigCategory {
|
||
|
name: i18n("Appearance")
|
||
|
icon: "preferences-desktop-color"
|
||
|
source: "configAppearance.qml"
|
||
|
}
|
||
|
}
|