Skip to content

Commit

Permalink
oops lol
Browse files Browse the repository at this point in the history
  • Loading branch information
phasephasephase committed Sep 4, 2024
1 parent a03435e commit 09a19c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JiayiLauncher/Settings/JiayiSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 () =>
{
Expand Down

0 comments on commit 09a19c7

Please sign in to comment.