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
|
|
@ -39,7 +39,7 @@ QtObject {
|
|||
|
||||
property Timer _pollTimer: Timer {
|
||||
interval: {
|
||||
const ms = S.Modules.statsDaemon.interval;
|
||||
const ms = NS.ModulesService.statsDaemonInterval;
|
||||
return ms > 0 ? ms : 4000;
|
||||
}
|
||||
running: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue