diff options
| author | ZachHaber <zhaber2@illinois.edu> | 2017-01-25 20:51:23 -0600 |
|---|---|---|
| committer | ZachHaber <zhaber2@illinois.edu> | 2017-01-25 20:51:23 -0600 |
| commit | 4269e82c80f9d098be0ddacf9c4b6261c21691a5 (patch) | |
| tree | 1343a0f04b8a5a04741fdd0d67a2cfea59e00a0a /src/mainwindow.cpp | |
| parent | 45cc67da05c57f3088e2b17e4c588905fda6c43c (diff) | |
Fixed an issue with sort button
Sort button will now correctly create the new loadorder.txt.
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.
|
