fix: add missing raise can execute changed for unlock v1 with supported ffu field

This commit is contained in:
Gustave Monce
2024-08-30 20:42:52 +02:00
parent 0101477830
commit 350b6e8f1e
@@ -1025,6 +1025,8 @@ namespace WPinternals
{ {
ValidateSupportedFfuPath(); ValidateSupportedFfuPath();
} }
OkCommand.RaiseCanExecuteChanged();
} }
} }
} }