mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-17 12:50:11 +10:00
Fix an issue with incorrect logging of secure boot state
This commit is contained in:
@@ -249,9 +249,7 @@ namespace WPinternals
|
||||
throw new WPinternalsException("Failed to switch to Mass Storage Mode");
|
||||
}
|
||||
|
||||
string Drive = Storage.Drive;
|
||||
|
||||
return Drive;
|
||||
return Storage.Drive;
|
||||
}
|
||||
|
||||
internal static async Task LumiaV2ClearNV(System.Threading.SynchronizationContext UIContext, string FFUPath, bool DoResetFirst = true)
|
||||
|
||||
Reference in New Issue
Block a user