Skip to content

Commit

Permalink
Don't make new config right before deleting it
Browse files Browse the repository at this point in the history
  • Loading branch information
voicemxil committed Mar 18, 2023
1 parent f4f860e commit 1c0ebce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sims1WidescreenPatcher.Core/ViewModels/MainWindowViewModel.cs
Expand Up @@ -225,11 +225,6 @@ private async Task OnClickedUninstall()
var result = await OpenCustomYesNoDialogAsync("Uninstall",
$"DDrawCompat settings were found at:\n{ddrawSettingsPath}\n\nDo you wish to remove them?");
if (result is not null && result.Result)
{
await DDrawCompatSettingsService.CreateDDrawCompatSettingsFile(Path,
DDrawCompatEnums.BorderlessFullscreen);
}
if (result is not null && result.Result)
{
RemoveDDrawCompatSettingsService.Remove(ddrawSettingsPath);
}
Expand Down

0 comments on commit 1c0ebce

Please sign in to comment.