Skip to content

Commit 25f4d25

Browse files
committed
fix window settings in monitor
1 parent 11b8b30 commit 25f4d25

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lucky-shrimps-mate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@bluecadet/launchpad-monitor": patch
3+
---
4+
5+
Fix window settings not applying correctly

packages/monitor/src/launchpad-monitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class LaunchpadMonitor {
144144
this._pluginDriver.runHookSequential("afterAppStart", { appName: name, process }),
145145
),
146146
),
147-
).andThen(() => this._appManager.applyWindowSettings());
147+
).andThen(() => this._appManager.applyWindowSettings(validatedNames));
148148
});
149149
}
150150

0 commit comments

Comments
 (0)