ikarago / Notepad

A Fluent-style Notepad-application because Microsoft doesn't make it.
MIT License
118 stars 14 forks source link

Add an alert when closing Notepad with a file whose changes haven't been saved yet #16

Closed MarcAnt01 closed 5 years ago

ikarago commented 5 years ago

Currently there isn't an official way to interrupt this process, but once I found a way I'll implement it right away. ;)

MarcAnt01 commented 5 years ago

Yep, found no open source uwp software with this type of alert

yaira2 commented 5 years ago

@ikarago of course there is a way to interrupt this process! You can use the confirmAppClose capability but since it is restricted you need to get approved before you can publish it in the store.

ikarago commented 5 years ago

Awesome! Going to look into this. :) Thanks for the information @ATecSolution. 😎

ikarago commented 5 years ago

Fully implemented in commit 3d7987b. 😊

yaira2 commented 5 years ago

Great work!