Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Aug 5, 2024
1 parent 769b49d commit 90614b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/download_mods.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ inline void getListAndStartDownloadingMods() {
"Downloading mods...",
"<cr>DON'T CLOSE THE GAME</c>"
"\ngame will be restarted after finish",
"a", "a", [](auto, auto) {}
"a", "a", [](auto, auto) {}, false
);
popup->m_button1->setVisible(0);
popup->m_button2->setVisible(0);
Expand All @@ -95,5 +95,4 @@ inline void getListAndStartDownloadingMods() {

$execute{
getListAndStartDownloadingMods();
return true;
};

0 comments on commit 90614b0

Please sign in to comment.