Feature: add beta-version update support

This commit is contained in:
Molunerfinn
2020-04-30 16:47:09 +08:00
parent 2aeca509a8
commit ad6acd8c4f
4 changed files with 28 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ interface ISettingForm {
miniWindowOntop: boolean
logLevel: string[]
autoCopyUrl: boolean
checkBetaUpdate: boolean
}
interface IShortKeyMap {