@@ -99,6 +99,7 @@ static void remmina_plugin_spice_init(RemminaProtocolWidget *gp)
99
99
"password" , remmina_plugin_service -> file_get_secret (remminafile , "password" ),
100
100
"read-only" , remmina_plugin_service -> file_get_int (remminafile , "viewonly" , FALSE),
101
101
"enable-audio" , remmina_plugin_service -> file_get_int (remminafile , "enableaudio" , FALSE),
102
+ "enable-smartcard" , remmina_plugin_service -> file_get_int (remminafile , "sharesmartcard" , FALSE),
102
103
NULL );
103
104
104
105
gpdata -> gtk_session = spice_gtk_session_get (gpdata -> session );
@@ -444,6 +445,7 @@ static const RemminaProtocolSetting remmina_plugin_spice_advanced_settings[] =
444
445
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK , "disableclipboard" , N_ ("Disable clipboard sync" ), FALSE, NULL , NULL },
445
446
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK , "disablepasswordstoring" , N_ ("Disable password storing" ), FALSE, NULL , NULL },
446
447
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK , "enableaudio" , N_ ("Enable audio channel" ), FALSE, NULL , NULL },
448
+ { REMMINA_PROTOCOL_SETTING_TYPE_CHECK , "sharesmartcard" , N_ ("Share smartcard" ), FALSE, NULL , NULL },
447
449
{ REMMINA_PROTOCOL_SETTING_TYPE_END , NULL , NULL , FALSE, NULL , NULL }
448
450
};
449
451
0 commit comments