mirror of
https://github.com/Hopiu/RandomWallpaperGnome3.git
synced 2026-05-13 09:33:11 +00:00
clear history cache when extension exits
This commit is contained in:
parent
e545fcafdf
commit
21496bb788
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ function enable() {
|
|||
|
||||
function disable() {
|
||||
// disable Extension
|
||||
panelEntry.clearHistoryList();
|
||||
panelEntry.destroy();
|
||||
|
||||
// remove all signal handlers
|
||||
|
|
|
|||
Loading…
Reference in a new issue