aerothemeplasma/Plasma/Plasma_Widgets/User/org.kde.plasma.keyboardlayout/contents/config/config.qml
2024-01-20 03:08:06 +01: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"
}
}