diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/process.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/process.cpp b/src/utils/process.cpp index 3d667e457..b424b42e3 100644 --- a/src/utils/process.cpp +++ b/src/utils/process.cpp @@ -238,6 +238,7 @@ bool openBrowser(std::string url) bool openBrowser(std::string url) { SDL_ANDROID_OpenBrowser(url.c_str()); + return true; } #elif defined __APPLE__ bool openBrowser(std::string url) |