修复steam连线问题

This commit is contained in:
ZouJin 2023-11-18 01:27:49 +08:00
parent ae87121697
commit 2eabcffd9d

View File

@ -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)