mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile UI: stop the use of dark icon theme
This was used very inconsistently and had more bugs than positive impact. See #2686 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f4f15039ac
commit
98ef01b2e4
6 changed files with 5 additions and 21 deletions
|
@ -49,7 +49,7 @@ Kirigami.Page {
|
|||
|
||||
property QtObject saveAction: Kirigami.Action {
|
||||
icon {
|
||||
name: subsurfaceTheme.iconStyle + "/document-save.svg"
|
||||
name: ":/icons/document-save.svg"
|
||||
color: enabled ? subsurfaceTheme.primaryColor : subsurfaceTheme.backgroundColor
|
||||
}
|
||||
text: enabled ? qsTr("Save edits") : ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue