Fixed removal of services so that it doesn't affect the IdCard until the
[moonshot-ui.git] / src / moonshot-identity-management-view.vala
index 371f5d7..110dd84 100644 (file)
@@ -613,7 +613,7 @@ public class IdentityManagerView : Window {
 
         request.return_identity(identity, remember_identity_binding.active);
 
-        remember_identity_binding.active = false;
+        remember_identity_binding.active = true;
         remember_identity_binding.hide();
     }