melawy-plasma-plasmoid-wall.../luisbocanegra.desktop.wallp.../contents/config/config.qml

11 lines
197 B
QML
Raw Permalink Normal View History

2024-05-03 10:56:09 +05:00
import QtQuick 2.0
import org.kde.plasma.configuration 2.0
ConfigModel {
ConfigCategory {
name: i18n("General")
icon: "preferences"
source: "configGeneral.qml"
}
}