Bar widgets: modular loading refactoring via BarWidgetRegistry+NWidgetLoader
- Hot reload is working again. - Should also be more memory efficient on multi monitors.
This commit is contained in:
parent
a110a0d636
commit
a10d55e7f5
36 changed files with 514 additions and 446 deletions
|
|
@ -19,7 +19,7 @@ Singleton {
|
|||
property ListModel workspaces: ListModel {}
|
||||
property var windows: []
|
||||
property int focusedWindowIndex: -1
|
||||
property string focusedWindowTitle: "(No active window)"
|
||||
property string focusedWindowTitle: "n/a"
|
||||
property bool inOverview: false
|
||||
|
||||
// Generic events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue