Skip to content

Commit

Permalink
fix(client): rename BepInEx config for cancel autoselection
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumearm committed Jan 1, 2025
1 parent 0c1d7cf commit 2e70a37
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 @@ -50,7 +50,7 @@ internal static void Init(ConfigFile config)

ExfilAutoselectCancel = config.Bind(
ExfilSection,
"Cancel action auto-selected",
"Autoselect the \"Cancel\" action",
true,
new ConfigDescription(
"Disable this so you can just press double-F on extract.",
Expand Down

0 comments on commit 2e70a37

Please sign in to comment.