Allow change of preload without restart

This commit is contained in:
2022-12-18 10:18:01 +01:00
parent e1bed8e1cb
commit 66e13529be
5 changed files with 36 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ public:
explicit SettingsDialog(QWidget *parent = nullptr);
static void loadSettings();
static bool loadThumbsizes();
signals:
void preloadChanged(int witdth);
private:
void saveSettings();