aerothemeplasma/plasma/plasmoids/io.gitgud.wackyideas.win7showdesktop/contents/config/config.qml
2024-08-09 03:20:25 +02:00

10 lines
191 B
QML

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