Skip to content

Commit

Permalink
Do not reset Backup location when cancelling the file picker (fix #2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jul 2, 2024
1 parent 43c3a47 commit 7835624
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/UniGetUI/Interface/Pages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,6 @@ private void ChangeBackupDirectory_Click(object sender, dynamic e)
BackupDirectoryLabel.Text = folder;
ResetBackupDirectory.IsEnabled = true;
}
else
{
ResetBackupPath_Click(sender, e);
}

}

Expand Down

0 comments on commit 7835624

Please sign in to comment.