feat: support switch component
This commit is contained in:
@@ -15,6 +15,8 @@ ApplicationWindow {
|
|||||||
brightText: Theme.muted
|
brightText: Theme.muted
|
||||||
text: Theme.foreground
|
text: Theme.foreground
|
||||||
button: Theme.accent
|
button: Theme.accent
|
||||||
|
midlight: Theme.card
|
||||||
|
light: Theme.secondaryText
|
||||||
}
|
}
|
||||||
|
|
||||||
title: qsTr("Flowy")
|
title: qsTr("Flowy")
|
||||||
|
|||||||
@@ -47,5 +47,7 @@ AppWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Switch {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user