1
0

fix: change default settings

- change default settings to make the default behavior more close to legacy Windows Photo Viewer.
- remove redundant fallback for fetching enum settings.
This commit is contained in:
2026-07-05 09:05:58 +08:00
parent fc3ef1cd7f
commit 2a69482adb
2 changed files with 8 additions and 11 deletions

View File

@@ -25,6 +25,7 @@ public:
};
Q_ENUM(MouseWheelBehavior)
// TODO: I want to remove Auto behavior in future.
enum WindowSizeBehavior {
Auto,
Maximized,