The bottom menu bar should be available by default

This commit is contained in:
Vishesh Handa
2020-10-16 02:33:06 +02:00
parent 5c2e336343
commit 7153498595

View File

@ -57,7 +57,7 @@ class Settings extends ChangeNotifier {
Set<String> inlineTagPrefixes = {'#'};
bool bottomMenuBar = false;
bool bottomMenuBar = true;
// From AppState
String internalRepoFolderName = "";