melawy-plasma-plasmoid-arch.../com.github.Melawy.ArchUpdate/contents/config/config.qml

10 lines
207 B
QML
Raw Normal View History

2023-04-17 12:12:12 +05:00
import org.kde.plasma.configuration 2.0
ConfigModel {
ConfigCategory {
name: i18nc("@title", "General")
icon: "preferences-desktop"
source: "config/configGeneral.qml"
}
}