Set a default install path

pull/19/head
Pat Hartl 2023-03-15 17:44:13 -05:00
parent c32126f286
commit 6b2cf6e53c
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ namespace LANCommander.PlaynitePlugin
InstallDirectory = settings.InstallDirectory;
PlayerName = settings.PlayerName;
}
else
{
InstallDirectory = "C:\\Games";
}
}
public void BeginEdit()