🎉 | Project released.
This commit is contained in:
10
contents/config/config.qml
Normal file
10
contents/config/config.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
import QtQuick
|
||||
import org.kde.plasma.configuration
|
||||
|
||||
ConfigModel {
|
||||
ConfigCategory {
|
||||
name: i18n("General")
|
||||
icon: "configure"
|
||||
source: "configGeneral.qml"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user