Skip to content

Commit

Permalink
Add notice on how to uninstall to final setup tool screen
Browse files Browse the repository at this point in the history
  • Loading branch information
crosire committed Oct 12, 2020
1 parent e1a132a commit ff8d7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ void InstallationStep6()
}
else
{
description = "You may now close this setup tool or click this button to edit additional settings.";
description = "You may now close this setup tool or click this button to edit additional settings.\nTo uninstall ReShade, launch this tool and select the game again. An option to uninstall will pop up then.";
}

UpdateStatusAndFinish(true, "Edit ReShade settings", description);
Expand Down

0 comments on commit ff8d7d9

Please sign in to comment.