Skip to content

Applet: Drop mostly dead code to save config

David Edmundson requested to merge work/d_ed/save_cleanup into master

Applet had a mechanism to save the applet state based on a timer. This was called on applet construction and when a shortcut is saved.

A shortcut saving does not need to call save, the configuration is already modified and applets have an existing mechanism to request a deferred flush to disk.

Merge request reports