diff --git a/Swift.nV/NVSettingsViewController.swift b/Swift.nV/NVSettingsViewController.swift index a6f4a1a..357c861 100644 --- a/Swift.nV/NVSettingsViewController.swift +++ b/Swift.nV/NVSettingsViewController.swift @@ -112,6 +112,7 @@ class NVSettingsViewController: UIViewController { { (action:UIAlertAction) in self.networkStorage.isOn = false + self.logout(self) }) alert.addAction(okItem) self.present(alert, animated: true, completion: nil)