Skip to content

Commit

Permalink
Fixed Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Aug 30, 2023
1 parent 05ae8fa commit f85634a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void App::appStateChanged(Qt::ApplicationState state)

if (!_gui->openFile(path, false, silent)) {
MapAction *a;
if (!_gui->loadMap(path, a, true))
if (!_gui->loadMap(path, a, silent))
_gui->openFile(path, true, showError);
else {
if (a)
Expand Down

0 comments on commit f85634a

Please sign in to comment.