Skip to content

Commit

Permalink
Add the type arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Nov 20, 2024
1 parent 2e36caf commit a20d77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursorless-talon/src/modifiers/simple_scope_modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This is a private setting and should not be used by non Cursorless developers
mod.setting(
"private_cursorless_use_preferred_scope",
bool,
type=bool,
default=False,
desc="Use preferred scope instead of containing scope for all scopes by default (EXPERIMENTAL)",
)
Expand Down

0 comments on commit a20d77b

Please sign in to comment.