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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user