mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Auto-hiding of actiobar disabled by default
This commit is contained in:
@@ -1427,7 +1427,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
||||
tvColumnWidth.setText(getString(R.string.title_advanced_column_width, NF.format(column_width)));
|
||||
sbColumnWidth.setProgress(column_width);
|
||||
|
||||
swHideToolbar.setChecked(prefs.getBoolean("hide_toolbar", true));
|
||||
swHideToolbar.setChecked(prefs.getBoolean("hide_toolbar", false));
|
||||
swNavOptions.setChecked(prefs.getBoolean("nav_options", true));
|
||||
swNavCategories.setChecked(prefs.getBoolean("nav_categories", false));
|
||||
swNavLastSync.setChecked(prefs.getBoolean("nav_last_sync", true));
|
||||
|
||||
Reference in New Issue
Block a user