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:
@@ -25,6 +25,7 @@ public:
|
||||
};
|
||||
Q_ENUM(MouseWheelBehavior)
|
||||
|
||||
// TODO: I want to remove Auto behavior in future.
|
||||
enum WindowSizeBehavior {
|
||||
Auto,
|
||||
Maximized,
|
||||
|
||||
Reference in New Issue
Block a user