feat: add an option to show/hide bird-eye view (#180)

This commit is contained in:
Tech-Tac
2026-07-23 16:49:10 +03:00
committed by GitHub
parent a8aa5b5c30
commit 164758124b
5 changed files with 29 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ private:
QCheckBox * m_stayOnTop = nullptr;
QCheckBox * m_useBuiltInCloseAnimation = nullptr;
QCheckBox * m_showTitleBar = nullptr;
QCheckBox * m_showBirdEyeView = nullptr;
QCheckBox * m_useLightCheckerboard = nullptr;
QCheckBox * m_loopGallery = nullptr;
QCheckBox * m_autoLongImageMode = nullptr;