diff --git a/frontend/src/components/Home/ContinuePlaying.vue b/frontend/src/components/Home/ContinuePlaying.vue index a916f0fb0..fa9ce9c1a 100644 --- a/frontend/src/components/Home/ContinuePlaying.vue +++ b/frontend/src/components/Home/ContinuePlaying.vue @@ -14,7 +14,7 @@ const { continuePlayingRoms } = storeToRefs(romsStore); const gridContinuePlayingRoms = isNull( localStorage.getItem("settings.gridContinuePlayingRoms"), ) - ? true + ? false : localStorage.getItem("settings.gridContinuePlayingRoms") === "true";