mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 11:42:10 +00:00
update system tray games to use lastTimePlayed after column migration
This commit is contained in:
parent
0a7ebc5c78
commit
077f78c252
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ export class WindowManager {
|
|||
},
|
||||
take: 5,
|
||||
order: {
|
||||
updatedAt: "DESC",
|
||||
lastTimePlayed: "DESC",
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue