mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/UI: correctly theme the global and context drawers
This requires more changes to Kirigami, but with this we get dark drawers (the menus that slide in from the side) in the dark theme. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6a5f83d7da
commit
d0d867d80a
2 changed files with 97 additions and 0 deletions
|
@ -614,6 +614,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
}
|
||||
Text {
|
||||
text: qsTr("Background location service active")
|
||||
color: subsurfaceTheme.primaryTextColor
|
||||
visible: locationServiceEnabled
|
||||
anchors.verticalCenter: ls_logo.verticalCenter
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue