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