Skip to content

Commit

Permalink
[Linux] Fixup: Show Wine Prefix in Game Settings again (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandMC committed Oct 13, 2022
1 parent eecb8f1 commit b297456
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ const WinePrefix = () => {
`${home}/.wine`
)

if (!isLinux || !isDefault) {
return <></>
}

return (
<>
{isLinux && isDefault && (
Expand Down

0 comments on commit b297456

Please sign in to comment.