diff --git a/WPinternals/ViewModels/LumiaUnlockBootViewModel.cs b/WPinternals/ViewModels/LumiaUnlockBootViewModel.cs index 4268a08..f045771 100644 --- a/WPinternals/ViewModels/LumiaUnlockBootViewModel.cs +++ b/WPinternals/ViewModels/LumiaUnlockBootViewModel.cs @@ -1025,6 +1025,8 @@ namespace WPinternals { ValidateSupportedFfuPath(); } + + OkCommand.RaiseCanExecuteChanged(); } } }