Set LastPlayTime of new shortcuts to now

This makes so that when new apps are exported to Steam, they actually show at the top of the library, instead of the very bottom.
pull/48/head
Brian Lima 4 years ago
parent defa7b9765
commit 3843cf14f0

@ -169,7 +169,10 @@ namespace UWPHook
IsHidden = 0,
OpenVR = 0,
ShortcutPath = "",
Tags = new string[0]
Tags = new string[0],
LaunchOptions = "",
AllowOverlay = 1,
LastPlayTime = (int)DateTimeOffset.UtcNow.ToUnixTimeSeconds(),
};
//Resize this array so it fits the new entries

Loading…
Cancel
Save