mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +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.setBounds(_lastWindowBounds),
|
||||
windowManager.setAlwaysOnTop(false),
|
||||
setting.putAll({
|
||||
SettingBoxKey.windowSize: [
|
||||
_lastWindowBounds.width,
|
||||
_lastWindowBounds.height,
|
||||
],
|
||||
SettingBoxKey.windowPosition: [
|
||||
_lastWindowBounds.left,
|
||||
_lastWindowBounds.top,
|
||||
],
|
||||
}),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user