1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 05:15:25 +08:00

Opt: Independent option to restart emulator daily

This commit is contained in:
SarContDeli
2022-11-26 21:34:30 +08:00
parent 9ff2c142fe
commit 6a4d3b5da5
11 changed files with 43 additions and 23 deletions

View File

@@ -129,7 +129,11 @@
}
},
"RestartEmulator": {
"Enable": {
"ErrorRestart": {
"type": "checkbox",
"value": false
},
"DailyRestart": {
"type": "checkbox",
"value": false
},

View File

@@ -36,7 +36,8 @@ Emulator:
ScreenshotDedithering: false
AdbRestart: false
RestartEmulator:
Enable: False
ErrorRestart: False
DailyRestart: False
EmulatorType:
value: auto
option: [auto, nox_player, bluestacks_5, mumu_player]