mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +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 (
|
if (
|
||||||
monitor &&
|
monitor &&
|
||||||
SETTINGS.get_boolean('multi-monitors') &&
|
|
||||||
(isolateMonitors || SETTINGS.get_boolean('isolate-monitors'))
|
(isolateMonitors || SETTINGS.get_boolean('isolate-monitors'))
|
||||||
) {
|
) {
|
||||||
windows = windows.filter(function (w) {
|
windows = windows.filter(function (w) {
|
||||||
|
|||||||
Reference in New Issue
Block a user