summaryrefslogtreecommitdiffstats
path: root/resources/qml/ToggleButton.qml
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-10 21:22:42 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-10 21:22:42 +0530
commitb70f37194fd968950c920b1c39388154aa46cdc1 (patch)
tree8fee13b660e1f86b370fe8da9f46bf0162d000d4 /resources/qml/ToggleButton.qml
parent37679ac57ec79d112a76bd8afb0dfea7e433da80 (diff)
ui almost looks the same, midway between transition from old room settings to new room settings
Diffstat (limited to 'resources/qml/ToggleButton.qml')
-rw-r--r--resources/qml/ToggleButton.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/qml/ToggleButton.qml b/resources/qml/ToggleButton.qml
new file mode 100644
index 00000000..584fc693
--- /dev/null
+++ b/resources/qml/ToggleButton.qml
@@ -0,0 +1,10 @@
+import QtQuick 2.5
+import QtQuick.Controls 2.3
+import im.nheko 1.0
+
+Switch {
+ property color activeColor
+ property color disabledColor
+ property color inactiveColor
+ property color trackColor
+} \ No newline at end of file