add support for custom quote apis in quote packs

This commit is contained in:
David Ralph
2020-09-17 11:47:46 +01:00
parent 9db5150b07
commit cec368ab5f
3 changed files with 24 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ export default class MarketplaceFunctions {
oldSettings.forEach(item => localStorage.setItem(item.name, item.value));
uninstallStuff();
break;
case 'quote_pack':
localStorage.removeItem('quote_packs');
localStorage.removeItem('quote_api');
break;
default:
try {
localStorage.removeItem(type);