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
+1
View File
@@ -627,6 +627,7 @@ void MainWindow::showMarkFilesDialog()
void MainWindow::showSettingsDialog()
{
SettingsDialog settingsDialog(this);
connect(&settingsDialog, &SettingsDialog::preloadChanged, m_ringList, &ImageRingList::setPreload);
settingsDialog.exec();
}