aerothemeplasma/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/config/config.qml
2023-08-25 00:32:11 +02:00

10 lines
196 B
QML
Executable file

import QtQuick 2.12
import org.kde.plasma.configuration 2.0
ConfigModel {
ConfigCategory {
name: i18n("General")
icon: "configure"
source: "configGeneral.qml"
}
}