Skip to content

Commit

Permalink
refactor(client): change order of attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumearm committed Jan 1, 2025
1 parent 2e70a37 commit 226a522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PTT-Plugin/Settings/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ internal class Config
private const string TradersSection = "1. Traders";
private const string ExfilSection = "2. Exfiltration";

internal static ConfigEntry<bool> SilentMissingInteractableExfilsWarning { get; set; }
internal static ConfigEntry<bool> DebugMode { get; set; }
internal static ConfigEntry<bool> ShowLockedTraders { get; set; }
internal static ConfigEntry<bool> ExfilAutoselectCancel { get; set; }
internal static ConfigEntry<bool> SilentMissingInteractableExfilsWarning { get; set; }

internal static void Init(ConfigFile config)
{
Expand Down

0 comments on commit 226a522

Please sign in to comment.