diff options
Diffstat (limited to 'app/SettingPage.qml')
-rw-r--r-- | app/SettingPage.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/SettingPage.qml b/app/SettingPage.qml index 10aea21..ceed9f5 100644 --- a/app/SettingPage.qml +++ b/app/SettingPage.qml @@ -29,6 +29,10 @@ Page { parent.pop() } + function setStatusIcon(index, icon) { + dbus.setStatusIcon(index, icon) + } + Connections { target: root onCheckedChanged: { |