mirror of
https://github.com/mue/mue.git
synced 2026-07-13 20:13:47 +02:00
better firefox dropdown
This commit is contained in:
@@ -69,6 +69,7 @@ export default class MarketplaceFunctions {
|
||||
}
|
||||
|
||||
let installed = JSON.parse(localStorage.getItem('installed'));
|
||||
|
||||
if (sideload) {
|
||||
installed.push({
|
||||
content: {
|
||||
@@ -76,7 +77,10 @@ export default class MarketplaceFunctions {
|
||||
data: input
|
||||
}
|
||||
});
|
||||
} else installed.push(input);
|
||||
} else {
|
||||
installed.push(input);
|
||||
}
|
||||
|
||||
localStorage.setItem('installed', JSON.stringify(installed));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user