aerothemeplasma/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/config/config.qml

11 lines
194 B
QML
Raw Normal View History

2022-04-19 20:04:22 +00:00
import QtQuick 2.0
import org.kde.plasma.configuration 2.0
ConfigModel {
ConfigCategory {
name: i18n("General")
icon: "preferences-desktop-color"
source: "config/ConfigGeneral.qml"
}
}