fix: adding greptile fixes

This commit is contained in:
Chubby Granny Chaser
2025-05-14 10:17:44 +01:00
parent e8e524182a
commit 5c7a289299
4 changed files with 7 additions and 7 deletions

View File

@@ -69,6 +69,6 @@ export interface SteamShortcut {
Devkit: boolean;
DevkitGameID: string;
DevkitOverrideAppID: boolean;
LastPlayTime: boolean;
LastPlayTime: number;
FlatpakAppID: string;
}