diff --git a/Services/FileNoteService.cs b/Services/FileNoteService.cs index 7cea087..82137bb 100644 --- a/Services/FileNoteService.cs +++ b/Services/FileNoteService.cs @@ -11,7 +11,7 @@ // ensure initialized if (!File.Exists(filePath)) { - File.WriteAllText(filePath, "Hi! Feel free to start typing. Everything will be saved soon after you are done typing."); + Save("Hi! Feel free to start typing. Everything will be saved soon after you are done typing."); } }