mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: remove wine prefix on pre search
This commit is contained in:
parent
5705de7d7a
commit
3bddd7e76b
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ export class AchievementWatcherManager {
|
||||||
const games = await gameRepository.find({
|
const games = await gameRepository.find({
|
||||||
where: {
|
where: {
|
||||||
isDeleted: false,
|
isDeleted: false,
|
||||||
winePrefixPath: Not(IsNull()),
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue