mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile-widgets: switch to new subsurfaceTheme
Remove subsurfaceTheme from main.qml Replace ThemeNew -> subsurfaceTheme change registration ThemeNew -> subsurfaceTheme Signed-off-by: jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
38120d555f
commit
35de9c49a4
5 changed files with 8 additions and 32 deletions
|
@ -188,8 +188,8 @@ Kirigami.Page {
|
|||
|
||||
actions.main: Kirigami.Action {
|
||||
icon {
|
||||
name: state !== "view" ? ThemeNew.iconStyle + "/document-save.svg" :
|
||||
ThemeNew.iconStyle + "/document-edit.svg"
|
||||
name: state !== "view" ? subsurfaceTheme.iconStyle + "/document-save.svg" :
|
||||
subsurfaceTheme.iconStyle + "/document-edit.svg"
|
||||
color: subsurfaceTheme.primaryColor
|
||||
}
|
||||
text: state !== "view" ? qsTr("Save edits") : qsTr("Edit dive")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue