Bring back this, either works or doesn't on linux and windows. I will have to test
This commit is contained in:
@@ -91,9 +91,12 @@ export default function Installs () {
|
||||
if (normalConfig?.settings.useLegacyInteractButtons) return
|
||||
const verInfo = getVersionInfo(entry)
|
||||
if (verInfo == undefined) return
|
||||
const gameInfo = getGameInfo(verInfo.game)
|
||||
if (gameInfo == undefined) return
|
||||
invoke('launch_game', {
|
||||
name: verInfo.id,
|
||||
executable: verInfo.executable
|
||||
executable: verInfo.executable,
|
||||
displayName: `${gameInfo.name} v${verInfo.versionName}`
|
||||
})
|
||||
}}
|
||||
onMouseEnter={() => setHoveredIds(prev => [...prev, entry])}
|
||||
|
||||
Reference in New Issue
Block a user