feat: option to double-click to fullscreen

Resolve: BLumia/pineapple-pictures#129
This commit is contained in:
2024-12-15 19:12:38 +08:00
parent b01601085b
commit 5a34441c72
3 changed files with 7 additions and 1 deletions

View File

@ -15,6 +15,7 @@ public:
Ignore,
Close,
Maximize,
FullScreen,
};
Q_ENUM(DoubleClickBehavior)