mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Merge pull request #1915 from SaiCateDoan/emu
Opt: Independent option to restart emulator daily
This commit is contained in:
@@ -129,7 +129,11 @@
|
||||
}
|
||||
},
|
||||
"RestartEmulator": {
|
||||
"Enable": {
|
||||
"ErrorRestart": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"DailyRestart": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user