Disable live scanning option

This commit is contained in:
Jonas Kvinge
2020-09-30 00:03:06 +02:00
parent cdb144e6a6
commit cc8ced6430
2 changed files with 2 additions and 1 deletions

View File

@@ -88,6 +88,8 @@ CollectionSettingsPage::CollectionSettingsPage(SettingsDialog *dialog)
connect(ui_->button_clear_disk_cache, SIGNAL(clicked()), dialog->app(), SIGNAL(ClearPixmapDiskCache()));
connect(ui_->button_clear_disk_cache, SIGNAL(clicked()), SLOT(ClearPixmapDiskCache()));
ui_->live_scanning->hide();
}
CollectionSettingsPage::~CollectionSettingsPage() { delete ui_; }