Revert "Make the settings reset button ressent the downloadDir as Default.Reset didnt seem to do so."

This reverts commit c44b4adf60.
This commit is contained in:
Fenopy
2023-01-05 06:24:30 -06:00
parent 83283d6bda
commit 84f444ab55

View File

@@ -100,7 +100,6 @@ namespace AndroidSideloader
private void resetSettingsButton_Click(object sender, EventArgs e)
{
Properties.Settings.Default.Reset();
Properties.Settings.Default.downloadDir = Environment.CurrentDirectory;
intSettings();
}