mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 20:43:20 +08:00
The bottom menu bar should be available by default
This commit is contained in:
@ -57,7 +57,7 @@ class Settings extends ChangeNotifier {
|
||||
|
||||
Set<String> inlineTagPrefixes = {'#'};
|
||||
|
||||
bool bottomMenuBar = false;
|
||||
bool bottomMenuBar = true;
|
||||
|
||||
// From AppState
|
||||
String internalRepoFolderName = "";
|
||||
|
Reference in New Issue
Block a user