feat: create addon tab, translation support for stats tab, fixes etc

This commit is contained in:
David Ralph
2021-08-14 17:23:54 +01:00
parent b8c793741f
commit 1a8bb69288
16 changed files with 326 additions and 13 deletions

View File

@@ -27,6 +27,10 @@ export default class ModalSettingsFunctions {
window.stats.postEvent('tab', 'Settings exported');
}
static saveFile(data, filename) {
saveFile(data, filename);
}
static importSettings(e) {
const content = JSON.parse(e.target.result);