mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +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,
|
take: 5,
|
||||||
order: {
|
order: {
|
||||||
updatedAt: "DESC",
|
lastTimePlayed: "DESC",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue