diff --git a/lib/settings.dart b/lib/settings.dart index 57545ef7..691759c7 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -57,7 +57,7 @@ class Settings extends ChangeNotifier { Set inlineTagPrefixes = {'#'}; - bool bottomMenuBar = false; + bool bottomMenuBar = true; // From AppState String internalRepoFolderName = "";