alexheretic / apart-gtk

Linux GUI for cloning & restoring disk partitions to & from compressed image files
GNU General Public License v3.0
69 stars 8 forks source link

Persist history during run #10

Open alexheretic opened 5 years ago

alexheretic commented 5 years ago

Currently history is persisted on exit. If the app is killed the history won't be up to date even for jobs completed a while before the kill.

The app should update the history after each job success, or at some point during a run to prevent this.