init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import QtQuick 2.12
|
||||
import org.kde.plasma.configuration 2.0
|
||||
|
||||
ConfigModel {
|
||||
ConfigCategory {
|
||||
name: i18n("General")
|
||||
icon: "preferences-desktop"
|
||||
source: "GeneralConfig.qml"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user