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
|
|
@ -1,10 +1,11 @@
|
|||
import QtQuick
|
||||
import "." as M
|
||||
import "../services" as S
|
||||
import NovaStats as NS
|
||||
|
||||
M.BarModule {
|
||||
id: root
|
||||
active: S.Modules.dock.enable && S.DockState.mode !== "pinned"
|
||||
active: NS.ModulesService.dockEnable && S.DockState.mode !== "pinned"
|
||||
tooltip: S.DockState.open ? "Close dock" : "Open dock"
|
||||
onTapped: S.DockState.toggle()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue