perf: marketplace cleanup and improvements

This commit is contained in:
David Ralph
2021-04-14 15:49:07 +01:00
parent 6ca99789c7
commit 6137139586
11 changed files with 63 additions and 109 deletions

View File

@@ -25,7 +25,7 @@ export default class MarketplaceFunctions {
localStorage.removeItem('photo_packs');
localStorage.setItem('backgroundType', localStorage.getItem('oldBackgroundType'));
localStorage.removeItem('oldBackgroundType');
EventBus.dispatch('refresh', 'background');
EventBus.dispatch('refresh', 'marketplacebackgrounduninstall');
break;
default:
try {