mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复steam连线问题
This commit is contained in:
parent
ae87121697
commit
2eabcffd9d
@ -1172,6 +1172,8 @@ namespace VPet_Simulator.Windows
|
||||
if (prefixsave != string.Empty && !PrefixSave.StartsWith("-"))
|
||||
PrefixSave = '-' + prefixsave;
|
||||
|
||||
IsSteamUser = App.MainWindows[0].IsSteamUser;
|
||||
|
||||
//处理ARGS
|
||||
Args = new LPS_D();
|
||||
foreach (var str in App.Args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user