fix: dashboard opens on single monitor
This commit is contained in:
parent
c4b66d8f0c
commit
345b9b4254
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Item {
|
|||
|
||||
Component.onCompleted: {
|
||||
I3.focusedMonitorChanged.connect(e => {
|
||||
dash.focused = I3.monitorFor(root.screen)?.focused ?? false;
|
||||
dash.focused = I3.monitorFor(root.screen)?.focused ?? true;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue