Skip to content

Commit

Permalink
Text refresh time changed to 1.3s
Browse files Browse the repository at this point in the history
  • Loading branch information
Shupee committed Nov 19, 2023
1 parent 19eec86 commit 16ca2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal class ConfigManager

private string configPath = ConfigPath;
public Config Config { get; set; } = new Config();

//
public ConfigManager(string configPath)
{
this.configPath = configPath;
Expand Down

0 comments on commit 16ca2f0

Please sign in to comment.