Skip to content

Commit

Permalink
Merge pull request #51 from ZachHaber/new_vfs_library
Browse files Browse the repository at this point in the history
Fixed an issue with sort button
  • Loading branch information
LePresidente authored Jan 26, 2017
2 parents d63c164 + 4269e82 commit 9438098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9438098

Please sign in to comment.