mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
10 lines
196 B
QML
Executable file
10 lines
196 B
QML
Executable file
import QtQuick 2.12
|
|
import org.kde.plasma.configuration 2.0
|
|
|
|
ConfigModel {
|
|
ConfigCategory {
|
|
name: i18n("General")
|
|
icon: "configure"
|
|
source: "configGeneral.qml"
|
|
}
|
|
}
|