From 034b64f4153550cbe5849bcbfc27e187377cc512 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 29 Jun 2023 00:06:20 +0200 Subject: EMV keyfile support: Overall code improvements and bug fixes --- src/Main/Forms/MainFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Main/Forms/MainFrame.cpp') diff --git a/src/Main/Forms/MainFrame.cpp b/src/Main/Forms/MainFrame.cpp index b52682ce..4b9b9bf1 100644 --- a/src/Main/Forms/MainFrame.cpp +++ b/src/Main/Forms/MainFrame.cpp @@ -683,7 +683,7 @@ namespace VeraCrypt { mountOptions.Pim = CmdLine->ArgPim; } - mountOptions.EMVOption = GetPreferences().ActivateEMVOption; + mountOptions.EMVSupportEnabled = GetPreferences().EMVSupportEnabled; Gui->MountAllFavoriteVolumes (mountOptions); } catch (exception &e) @@ -718,7 +718,7 @@ namespace VeraCrypt { mountOptions.Pim = CmdLine->ArgPim; } - mountOptions.EMVOption = GetPreferences().ActivateEMVOption; + mountOptions.EMVSupportEnabled = GetPreferences().EMVSupportEnabled; try { -- cgit v1.2.3