Skip to content

Better save methods #4

@badcodecat

Description

@badcodecat

Currently the only way to save is to close the application. This is bad if the program is terminated through means other than using the close button (restart, sigkill, crash) and can sometimes fail in other cases.
Potential solutions:

  • Add a save button and let the user manually save
  • Save on any update to the UI
  • Use a timer to save after a certain interval

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions