mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-03 03:33:22 +03:00
🐛 Closes editor when saved locally
This commit is contained in:
parent
da929d0980
commit
6863121916
@ -152,6 +152,7 @@ export default {
|
|||||||
}
|
}
|
||||||
InfoHandler('Config has succesfully been saved in browser storage', 'Config Update');
|
InfoHandler('Config has succesfully been saved in browser storage', 'Config Update');
|
||||||
this.showToast(this.$t('config-editor.success-msg-local'), true);
|
this.showToast(this.$t('config-editor.success-msg-local'), true);
|
||||||
|
this.$store.commit(StoreKeys.SET_EDIT_MODE, false);
|
||||||
},
|
},
|
||||||
writeToDisk() {
|
writeToDisk() {
|
||||||
// 1. Convert JSON into YAML
|
// 1. Convert JSON into YAML
|
||||||
|
Loading…
Reference in New Issue
Block a user