aerothemeplasma/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/config/config.qml
2023-08-25 00:32:11 +02:00

10 lines
194 B
QML
Executable file

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