From 55fbf3af6b0c8fa4d0344743a00822838571aae3 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Fri, 7 Mar 2025 15:24:08 +0800 Subject: [PATCH] fix: The window size state needs to be related to the screen's scale_factor. --- .changes/window-state-size-scale-factor.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/window-state-size-scale-factor.md diff --git a/.changes/window-state-size-scale-factor.md b/.changes/window-state-size-scale-factor.md new file mode 100644 index 00000000..a921f043 --- /dev/null +++ b/.changes/window-state-size-scale-factor.md @@ -0,0 +1,5 @@ +--- +window-state: patch +--- + +fix: The window size state needs to be related to the screen's scale_factor, Otherwise, the restored window size will be scaled relative to the previous state.