opt exit desktop pip

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-05 11:10:16 +08:00
parent b22a406471
commit 203a997583

View File

@@ -268,6 +268,16 @@ class PlPlayerController {
windowManager.setMinimumSize(const Size(400, 700)),
windowManager.setBounds(_lastWindowBounds),
windowManager.setAlwaysOnTop(false),
setting.putAll({
SettingBoxKey.windowSize: [
_lastWindowBounds.width,
_lastWindowBounds.height,
],
SettingBoxKey.windowPosition: [
_lastWindowBounds.left,
_lastWindowBounds.top,
],
}),
]);
}