🐛 (user settings) reset user settings with tree

This commit is contained in:
2021-03-24 22:48:13 +01:00
parent 32ff23c230
commit 935acb6813
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ export const useUserRepoStore = defineStore({
resetFiles() {
this.files = []
this.readme = null
this.userSettings = null
}
}
})