Allow editing of settings

This commit is contained in:
2017-06-24 02:10:04 +02:00
parent 3fcb1bc36e
commit 8d976488ee
4 changed files with 15 additions and 3 deletions

View File

@ -48,6 +48,8 @@ export function save(arn: AnimeNotifier, input: HTMLInputElement | HTMLTextAreaE
.then(() => {
arn.loading(false)
input.disabled = false
return arn.reloadContent()
})
}