mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
Forgot a change in last commit
This commit is contained in:
@@ -495,7 +495,7 @@ int main(int argc, char *argv[]) {
|
||||
createNewVault(notesDirectoryString, debug);
|
||||
} else if (strcmp(vaultSelected,"Settings") == 0) {
|
||||
// (TODO LATER) add a way to modify the path to config.json
|
||||
openNvim("./config.json", debug);
|
||||
openNvim(configPath, debug);
|
||||
} else if (strcmp(vaultSelected,"Quit (Ctrl+C)") == 0) {
|
||||
if (debug) {printf("\e[0;32m[DEBUG]\e[0m The program was exited.\n");}
|
||||
shouldExit = 1;
|
||||
|
||||
Reference in New Issue
Block a user