feat: support switch component

This commit is contained in:
talksik
2025-04-11 12:38:04 -07:00
parent a669bb6d87
commit f72bad1205
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ ApplicationWindow {
brightText: Theme.muted
text: Theme.foreground
button: Theme.accent
midlight: Theme.card
light: Theme.secondaryText
}
title: qsTr("Flowy")
+2
View File
@@ -47,5 +47,7 @@ AppWindow {
}
}
}
Switch {}
}
}