mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
11 lines
194 B
QML
11 lines
194 B
QML
|
import QtQuick 2.0
|
||
|
import org.kde.plasma.configuration 2.0
|
||
|
|
||
|
ConfigModel {
|
||
|
ConfigCategory {
|
||
|
name: i18n("General")
|
||
|
icon: "preferences-desktop-color"
|
||
|
source: "config/ConfigGeneral.qml"
|
||
|
}
|
||
|
}
|