Skip to content

Commit

Permalink
允许fastbootd下刷入rec
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu committed Dec 29, 2024
1 parent 3650b67 commit 69c0d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UotanToolbox/Features/Basicflash/BasicflashView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ private async Task FlashRec(string shell)
if (await GetDevicesInfo.SetDevicesInfoLittle())
{
MainViewModel sukiViewModel = GlobalData.MainViewModelInstance;
if (sukiViewModel.Status == GetTranslation("Home_Fastboot"))
if (sukiViewModel.Status == GetTranslation("Home_Fastboot") || sukiViewModel.Status == GetTranslation("Home_Fastbootd"))
{
Global.checkdevice = false;
BusyFlash.IsBusy = true;
Expand Down

0 comments on commit 69c0d9c

Please sign in to comment.