diff options
| author | stonedDiscord <stoned@derpymail.org> | 2017-05-01 13:10:17 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2017-05-01 13:10:17 +0200 |
| commit | a14da4c5415dfd711c59eef1f840429393218cf1 (patch) | |
| tree | 4d91f58b18b8a65485b2a434b29716c47b9ddbc5 | |
| parent | 8b9d5e3ab7a4fbcdc1d39518649932016ac5debe (diff) | |
me is of beings retard
| -rw-r--r-- | path_functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/path_functions.cpp b/path_functions.cpp index c415fa09..754ce9e3 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -18,7 +18,7 @@ QString AOApplication::get_base_path() base_path = base_override; #elif defined(ANDROID) QString sdcard_storage = getenv("SECONDARY_STORAGE"); - if (dir_exists(sdcard_storage)){ + if (dir_exists(sdcard_storage + "/AO2/")){ base_path = sdcard_storage + "/AO2/"; }else{ QString external_storage = getenv("EXTERNAL_STORAGE"); |
