plugin: rust-side modules + theme services with serde-typed config
This commit is contained in:
parent
a86e90e927
commit
f34f3f2f4e
95 changed files with 2477 additions and 1011 deletions
|
|
@ -2,11 +2,12 @@ pragma Singleton
|
|||
import QtQuick
|
||||
import "." as M
|
||||
import "../services" as S
|
||||
import NovaStats as NS
|
||||
|
||||
QtObject {
|
||||
property bool visible: false
|
||||
property string text: ""
|
||||
property real itemX: 0
|
||||
property var screen: null
|
||||
property color accentColor: S.Theme.base05
|
||||
property color accentColor: NS.ThemeService.base05
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue