From ba60c9b297094e49535f94b31f1c073ca4bca750 Mon Sep 17 00:00:00 2001 From: Aaron Molesbury <55638411+AaronMolesbury@users.noreply.github.com> Date: Sun, 21 Jun 2026 23:42:05 +0100 Subject: [PATCH] Default pauseOnLostFocus to false Proposed solution to https://github.com/FlyingEwok/MinecraftSplitscreenSteamdeck/issues/12 --- modules/instance_creation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/instance_creation.sh b/modules/instance_creation.sh index 64deaf3..d6d1ed9 100644 --- a/modules/instance_creation.sh +++ b/modules/instance_creation.sh @@ -567,7 +567,7 @@ textBackgroundOpacity:0.5 backgroundForChatOnly:true hideServerAddress:false advancedItemTooltips:false -pauseOnLostFocus:true +pauseOnLostFocus:false overrideWidth:0 overrideHeight:0 heldItemTooltips:true