mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-23 21:15:18 +00:00
Apply suggestions from code review
Co-authored-by: Josh <josh@slendy.pw>
This commit is contained in:
parent
9b47df2a7c
commit
32df07da2e
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ public class ModeSelectionForm : Form {
|
|||
{
|
||||
// This will always occur on macOS, so don't show this message for macOS users.
|
||||
if (OSUtil.GetPlatform() != OSPlatform.OSX) Gui.CreateOkDialog("Workaround Triggered", ".NET could not locate the required files, triggering workaround.");
|
||||
|
||||
Gui.CreateOkDialog("Workaround", "UnionPatcher RemotePatcher requires a staging folder on macOS or in special circumstances on Windows, please set this to the directory of the UnionPatcher app or executable!");
|
||||
SelectFolderDialog dialog = new SelectFolderDialog();
|
||||
if (dialog.ShowDialog(this) != DialogResult.Ok)
|
||||
|
|
Loading…
Add table
Reference in a new issue