From 098ac3da107c91da67776ff1b1374b94b8b142a3 Mon Sep 17 00:00:00 2001 From: tripp <86533397+trippjoe@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:53:22 -0500 Subject: [PATCH] trigger mod dropdowns on hover (#647) the other day i made the dropdowns on the main page trigger on hover and had to add it for the mods page too. --- src/components/games/GameControlsMod.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/games/GameControlsMod.svelte b/src/components/games/GameControlsMod.svelte index 47109da9..e2dca973 100644 --- a/src/components/games/GameControlsMod.svelte +++ b/src/components/games/GameControlsMod.svelte @@ -276,6 +276,7 @@ {/if} @@ -328,7 +329,7 @@ > {$_("gameControls_button_advanced")} - + { launchMod(getInternalName(activeGame), true, modName, modSource); @@ -388,7 +389,7 @@ > - + {#if settingsDir}