feat: add option to avoid reset transform when switching between images

It's not enabled for now so it's not available to end-users.
This commit is contained in:
2023-07-09 15:39:59 +08:00
parent f96da17e78
commit d4ded92734
6 changed files with 44 additions and 1 deletions

View File

@ -42,6 +42,7 @@ public:
QAction *actionPaste;
QAction *actionToggleStayOnTop;
QAction *actionToggleProtectMode;
QAction *actionToggleAvoidResetTransform;
QAction *actionSettings;
QAction *actionHelp;
QAction *actionLocateInFileManager;