Skip to content

Commit

Permalink
🚧 未登录 Steam 时一些行为改进
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Aug 26, 2023
1 parent dd67169 commit f1155df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ public uint[] GetInstalledAppIds()

public async Task<ImageSource.ClipStream?> GetAppImageAsync(SteamApp app, SteamApp.LibCacheType type, CancellationToken token = default)
{
//var mostRecentUser = Conn.SteamUsers.Items.Where(s => s.MostRecent).FirstOrDefault();
var mostRecentUser = Conn.CurrentSteamUser;
var mostRecentUser = Conn.SteamUsers.Items.Where(s => s.MostRecent).FirstOrDefault();
//var mostRecentUser = Conn.CurrentSteamUser;
if (mostRecentUser != null)
{
var customFilePath = GetAppCustomImageFilePath(app.AppId, mostRecentUser, type);
Expand Down

0 comments on commit f1155df

Please sign in to comment.