mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-13 15:54:12 +09:00
Isolate monitors even if only one panel
gh-2262
This commit is contained in:
@@ -1870,7 +1870,6 @@ export function getInterestingWindows(app, monitor, isolateMonitors) {
|
||||
|
||||
if (
|
||||
monitor &&
|
||||
SETTINGS.get_boolean('multi-monitors') &&
|
||||
(isolateMonitors || SETTINGS.get_boolean('isolate-monitors'))
|
||||
) {
|
||||
windows = windows.filter(function (w) {
|
||||
|
||||
Reference in New Issue
Block a user