mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-02 04:47:01 +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 = {'#'};
|
Set<String> inlineTagPrefixes = {'#'};
|
||||||
|
|
||||||
bool bottomMenuBar = false;
|
bool bottomMenuBar = true;
|
||||||
|
|
||||||
// From AppState
|
// From AppState
|
||||||
String internalRepoFolderName = "";
|
String internalRepoFolderName = "";
|
||||||
|
Reference in New Issue
Block a user