Remove the whole local/remoteConfigured settings

We now infer this by checking if the directory exists, and by reading
the git config. It's a bit slower, but it's a far better method. I can
add a cache later, if it turns out to be too slow.
This commit is contained in:
Vishesh Handa
2020-10-16 15:13:34 +02:00
parent c63b984443
commit fd74a86abf
7 changed files with 30 additions and 27 deletions

View File

@ -18,4 +18,6 @@ class AppState {
NotesFolderFS notesFolder;
var gitBaseDirectory = "";
bool remoteGitRepoConfigured = false;
}