diff options
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -420,7 +420,7 @@ static void loadPrefs_App_(iApp *d) { | |||
420 | iRelease(f); | 420 | iRelease(f); |
421 | /* Upgrade checks. */ | 421 | /* Upgrade checks. */ |
422 | if (cmp_Version(&upgradedFromAppVersion, &(iVersion){ 1, 8, 0 }) < 0) { | 422 | if (cmp_Version(&upgradedFromAppVersion, &(iVersion){ 1, 8, 0 }) < 0) { |
423 | #if !defined (iPlatformAppleMobile) | 423 | #if !defined (iPlatformAppleMobile) && !defined (iPlatformAndroidMobile) |
424 | /* When upgrading to v1.8.0, the old hardcoded font library is gone and that means | 424 | /* When upgrading to v1.8.0, the old hardcoded font library is gone and that means |
425 | UI strings may not have the right fonts available for the UI to remain | 425 | UI strings may not have the right fonts available for the UI to remain |
426 | usable. */ | 426 | usable. */ |