Default compact folders

This commit is contained in:
M66B
2022-02-13 22:16:39 +01:00
parent 9d2879a03c
commit 116fadfe88
3 changed files with 7 additions and 2 deletions

View File

@@ -574,6 +574,9 @@ public class ApplicationEx extends Application
}
editor.remove("monospaced");
} else if (version < 1837) {
if (!prefs.contains("compact_folders"))
editor.putBoolean("compact_folders", false);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)