Make unsaved changes warning depend on actual changes
WhenLifeHandsYouLemons opened this issue · 0 comments
WhenLifeHandsYouLemons commented
Currently the unsaved changes warning shows up if there is text in the current textbox. It should be dependent on whether the current file is actually changed. Could do this by having a saved boolean variable that changes when the file is saved or edited.