mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-19 12:32:26 +08:00
Add a .gitjournal.yaml file in a folder
This file will be added to save the settings of how we want that folder to behave. For example - default Editor, view, sorting mode, etc. This feature is currently disabled as it will only be a part of the pro mode.
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
class Features {
|
||||
static bool perFolderConfig = true;
|
||||
static bool perFolderConfig = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user