Skip to content

Commit

Permalink
adding printout
Browse files Browse the repository at this point in the history
  • Loading branch information
nadrino committed May 7, 2023
1 parent 9fad0ce commit 91d5931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ModManagerGui/CoreExtension/src/GuiModManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ bool GuiModManager::leaveModAction(bool isSuccess_){
_triggerUpdateModsDisplayedStatus_ = true;
_loadingPopup_.popView();
brls::Application::unblockInputs();
LogInfo << "Leaving mod action with success? " << isSuccess_ << std::endl;
return isSuccess_;
}

0 comments on commit 91d5931

Please sign in to comment.