Skip to content

Commit 575ac7c

Browse files
authored
Add files via upload
1 parent 357bc3a commit 575ac7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SafeNotes/AppManager.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,9 @@ private void SettingsPage_Click(object sender, EventArgs e)
776776

777777
private void ResetLoginStatusButton_Click(object sender, EventArgs e)
778778
{
779+
// Set the IsUserLoggedIn setting to false and restart the application
780+
_settings.IsUserLoggedIn = false;
781+
SettingsManager.SaveSettings(_settings);
779782
Application.Restart();
780783
}
781784

0 commit comments

Comments
 (0)