From 09a19c7af033b5c1297cfde5aa9c84a4667ffbd6 Mon Sep 17 00:00:00 2001 From: phase <64127681+phasephasephase@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:03:47 -0600 Subject: [PATCH] oops lol --- JiayiLauncher/Settings/JiayiSettings.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/JiayiLauncher/Settings/JiayiSettings.cs b/JiayiLauncher/Settings/JiayiSettings.cs index ed82af0..6754b27 100644 --- a/JiayiLauncher/Settings/JiayiSettings.cs +++ b/JiayiLauncher/Settings/JiayiSettings.cs @@ -433,6 +433,7 @@ Only 1 formatting string can be used per field. [Setting("Multi instance", "Launch", "Allow multiple instances of the game to run at the same time. Changes are applied upon reregistering the game.")] public bool MultiInstance { get; set; } = false; + [JsonIgnore] [Setting("Reregister game", "Launch", "Reregister the game's package. This is required for some settings to take effect.")] public (string, Action) ReregisterGame { get; set; } = ("Reregister", async () => {