diff options
Diffstat (limited to '')
-rw-r--r-- | gui/action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/action.cpp b/gui/action.cpp index a341e4a62..c298d02af 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -361,7 +361,7 @@ int GUIAction::flash_zip(std::string filename, int* wipe_cache) bool GUIAction::needsToRunInSeparateThread(const GUIAction::Action& action) { - return setActionsRunningInCallerThread.find(action.mFunction) == setActionsRunningInCallerThread.end(); + return setActionsRunningInCallerThread.find(gui_parse_text(action.mFunction)) == setActionsRunningInCallerThread.end(); } int GUIAction::doActions() |