Set a default install path
parent
c32126f286
commit
6b2cf6e53c
|
@ -34,6 +34,10 @@ namespace LANCommander.PlaynitePlugin
|
|||
InstallDirectory = settings.InstallDirectory;
|
||||
PlayerName = settings.PlayerName;
|
||||
}
|
||||
else
|
||||
{
|
||||
InstallDirectory = "C:\\Games";
|
||||
}
|
||||
}
|
||||
|
||||
public void BeginEdit()
|
||||
|
|
Loading…
Reference in New Issue