Skip to content

Commit

Permalink
🐛 多平台账号切换暂只支持 Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Aug 28, 2024
1 parent 24bb4bd commit 6a3c8f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ public void LoadPlatforms()
GamePlatforms?[0].LoadUsers();

var temp = GetSupportPlatforms();
if (temp != null)
if (temp != null && OperatingSystem2.IsWindows())
{
if (GameAccountSettings.EnablePlatforms.Any_Nullable())
{
AddGamePlatforms = new ObservableCollection<PlatformAccount>();
AddGamePlatforms = [];

foreach (var p in temp)
{
Expand Down

0 comments on commit 6a3c8f6

Please sign in to comment.