fix: Modern Flash App Label mode switching

This commit is contained in:
Gustave Monce
2024-08-31 18:31:56 +02:00
parent 310d0b97c5
commit 7d8aad0e88
7 changed files with 457 additions and 642 deletions
@@ -426,8 +426,8 @@ namespace WPinternals
private void InterfaceChanged(PhoneInterfaces NewInterface, string DevicePath)
{
LastInterface = CurrentInterface;
CurrentInterface = null;
CurrentInterface = null;
if (CurrentModel != null)
{
CurrentModel.Dispose();