From e3c3c2dcc4c31e831ef17687cbf02ba1519f7450 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 15 May 2016 13:06:31 +0200 Subject: fixed: after running an external application the plugin list was potentially not updated correctly --- src/mainwindow.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0ede643b..c27ca50a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4340,10 +4340,7 @@ void MainWindow::on_bossButton_clicked() QFile::remove(m_OrganizerCore.currentProfile()->getLoadOrderFileName()); } m_OrganizerCore.refreshESPList(); - if (m_OrganizerCore.managedGame()->loadOrderMechanism() == IPluginGame::LoadOrderMechanism::FileTime) { - // the load order should have been retrieved from file time, now save it to our own format - m_OrganizerCore.savePluginList(); - } + m_OrganizerCore.savePluginList(); } } -- cgit v1.3.1