fix default note creation
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
{
|
||||
Directory.CreateDirectory(folderPath);
|
||||
|
||||
SaveNote("Hi! Feel free to start typing. Everything will be saved soon after you are done typing.", noteName);
|
||||
SaveNote(noteName, "Hi! Feel free to start typing. Everything will be saved soon after you are done typing.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user