Set a default install path
This commit is contained in:
parent
c32126f286
commit
6b2cf6e53c
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ namespace LANCommander.PlaynitePlugin
|
||||||
InstallDirectory = settings.InstallDirectory;
|
InstallDirectory = settings.InstallDirectory;
|
||||||
PlayerName = settings.PlayerName;
|
PlayerName = settings.PlayerName;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
InstallDirectory = "C:\\Games";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void BeginEdit()
|
public void BeginEdit()
|
||||||
|
|
Loading…
Add table
Reference in a new issue