mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
opt exit desktop pip
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -268,6 +268,16 @@ class PlPlayerController {
|
|||||||
windowManager.setMinimumSize(const Size(400, 700)),
|
windowManager.setMinimumSize(const Size(400, 700)),
|
||||||
windowManager.setBounds(_lastWindowBounds),
|
windowManager.setBounds(_lastWindowBounds),
|
||||||
windowManager.setAlwaysOnTop(false),
|
windowManager.setAlwaysOnTop(false),
|
||||||
|
setting.putAll({
|
||||||
|
SettingBoxKey.windowSize: [
|
||||||
|
_lastWindowBounds.width,
|
||||||
|
_lastWindowBounds.height,
|
||||||
|
],
|
||||||
|
SettingBoxKey.windowPosition: [
|
||||||
|
_lastWindowBounds.left,
|
||||||
|
_lastWindowBounds.top,
|
||||||
|
],
|
||||||
|
}),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user