diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2017-01-25 23:53:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-25 23:53:10 -0800 |
| commit | 9438098cf12f401d01ffe99c0b0ec6a7478ab9fb (patch) | |
| tree | 1343a0f04b8a5a04741fdd0d67a2cfea59e00a0a /src/mainwindow.cpp | |
| parent | d63c164a748ef438a1e6b7919da1fc3eab6f0bfd (diff) | |
| parent | 4269e82c80f9d098be0ddacf9c4b6261c21691a5 (diff) | |
Merge pull request #51 from ZachHaber/new_vfs_library
Fixed an issue with sort button
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c9b62945..7c853578 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4228,7 +4228,8 @@ void MainWindow::on_bossButton_clicked() std::string reportURL;
std::string errorMessages;
- m_OrganizerCore.currentProfile()->writeModlistNow();
+ //m_OrganizerCore.currentProfile()->writeModlistNow();
+ m_OrganizerCore.savePluginList();
//Create a backup of the load orders w/ LOOT in name
//to make sure that any sorting is easily undo-able.
//Need to figure out how I want to do that.
|
