mirror of
https://github.com/mue/mue.git
synced 2026-07-11 18:31:47 +02:00
feat: create addon tab, translation support for stats tab, fixes etc
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user