AhKi / oh-my-desk

web widget desktop application
GNU General Public License v3.0
75 stars 11 forks source link

Add case about save widget setting. #158

Closed HyunmoAhn closed 5 years ago

HyunmoAhn commented 5 years ago

Purpose

Fix for #157 issue

Done

Notice

Now, When make widget or When every 5 minutes, update widget setting and preserve data if you restart window.

But It exist a limit. When update widget information(like always on top or position of widget in desktop) or delete widget, It is not updated instantly. It will update When five minutes have elapsed(Periodic save) or when quit the app normally.

If you feel that this limit is inconvenient, Please leave comment. I will spend more time fixing this.