Files
weather-and-stats/contents/config/config.qml
T

12 lines
216 B
QML

import QtQuick
import org.kde.plasma.plasmoid
import org.kde.plasma.configuration
ConfigModel {
ConfigCategory {
name: "General"
icon: "weather-clear"
source: "configGeneral.qml"
}
}