Add install thumbnailer button

This commit is contained in:
2025-03-17 10:57:03 +01:00
parent f669baa8a6
commit 21675d9479
3 changed files with 37 additions and 1 deletions
+2
View File
@@ -13,6 +13,8 @@ public:
explicit SettingsDialog(QWidget *parent = nullptr);
static void loadSettings();
static bool loadThumbsizes();
public slots:
void installThumbnailer();
signals:
void preloadChanged(int witdth);
private: