mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-30 14:58:50 +00:00
GUI: don't re-save after loading
This commit is contained in:
parent
712bfd4072
commit
5d5c8a15b7
@ -80,7 +80,6 @@ MergeWidget::onOpenConfig() {
|
||||
|
||||
try {
|
||||
m_config.load(fileName);
|
||||
m_config.save(fileName + "-resaved");
|
||||
MainWindow::get()->setStatusBarMessage(QY("The configuration has been loaded."));
|
||||
|
||||
} catch (mtx::InvalidSettingsX &) {
|
||||
|
Loading…
Reference in New Issue
Block a user