Bios-Marcel / uwunote

Kinda like Windows 10 Sticky notes but subjectively better - Written in go and GTK3+
Mozilla Public License 2.0
15 stars 1 forks source link

What should happen in case the last note has been deleted #7

Closed Bios-Marcel closed 6 years ago

Bios-Marcel commented 6 years ago

Currently after deleting a note nothing happens, even if said note was the last one. That is okay though, since the SystemTray can still be used to create a new note or close the application.

However, what if the tray icon an't be displayed or the user decided to disable it? Currently i see those options:

  1. Close the app
  2. Create a new note
  3. Ask the user what to do, close or new note
Bios-Marcel commented 6 years ago

I am gonna go for approach 3 (Ask the user what to do, close or new note), as this rarely happens and the default for the system tray is true anyways.