Skip to content

Commit

Permalink
调整逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu committed Jul 23, 2024
1 parent 3d56fd4 commit 60534fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UotanToolbox/Features/Dashboard/DashboardView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ private async void StartPatch(object sender, RoutedEventArgs args)
FileHelper.OpenFolder(Path.GetDirectoryName(Global.Bootinfo.Path));
Global.Zipinfo = new ZipInfo("", "", "", "", "", false, PatchMode.None, "");
Global.Bootinfo = new BootInfo("", "", "", false, false, "", "", "", "", false, false, false, "", "");
MagiskFile.Text = null;
SetDefaultMagisk();
BootFile.Text = null;
ArchList.SelectedItem = null;
}
Expand Down

0 comments on commit 60534fd

Please sign in to comment.