From 350b6e8f1ee2dc23073cb9413375ea9be9dd29d0 Mon Sep 17 00:00:00 2001 From: Gustave Monce Date: Fri, 30 Aug 2024 20:42:52 +0200 Subject: [PATCH] fix: add missing raise can execute changed for unlock v1 with supported ffu field --- WPinternals/ViewModels/LumiaUnlockBootViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) 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(); } } }