Skip to content

Commit

Permalink
Default input sending on commands to true
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Sep 3, 2024
1 parent 00bfc3c commit fdedeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Studio/CelesteStudio/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public string ThemeName {

public bool SendInputsToCeleste { get; set; } = true;
public bool SendInputsOnActionLines { get; set; } = true;
public bool SendInputsOnCommands { get; set; } = false;
public bool SendInputsOnCommands { get; set; } = true;
public bool SendInputsOnComments { get; set; } = false;
public float SendInputsTypingTimeout { get; set; } = 0.3f;

Expand Down

0 comments on commit fdedeb9

Please sign in to comment.