feat: add an option to show/hide navigator view

This commit is contained in:
Tech-Tac
2026-08-24 10:05:02 +08:00
committed by yyc12345
parent e01718928c
commit ff6a9ebfae
5 changed files with 43 additions and 13 deletions
+2
View File
@@ -25,6 +25,7 @@ public:
static Settings *instance();
bool showNavigatorView() const;
bool useLightCheckerboard() const;
bool loopGallery() const;
bool svgTiny12Only() const;
@@ -32,6 +33,7 @@ public:
WindowSizeBehavior initWindowSizeBehavior() const;
Qt::HighDpiScaleFactorRoundingPolicy hiDpiScaleFactorBehavior() const;
void setShowNavigatorView(bool on);
void setUseLightCheckerboard(bool light);
void setLoopGallery(bool on);
void setSvgTiny12Only(bool on);