From 670655326ec305797b2c460b42e7ee53b057082e Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Tue, 5 Apr 2022 17:18:14 +0800 Subject: Add basic canvas API request and related config --- contents/config/config.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contents/config/config.qml (limited to 'contents/config/config.qml') diff --git a/contents/config/config.qml b/contents/config/config.qml new file mode 100644 index 0000000..39eaa5c --- /dev/null +++ b/contents/config/config.qml @@ -0,0 +1,10 @@ +import QtQuick 2.0 +import org.kde.plasma.configuration 2.0 + +ConfigModel { + ConfigCategory { + name: i18n("General") + icon: "configure" + source: "configGeneral.qml" + } +} -- cgit v1.2.3