Add "=" as default walker prefix

This commit is contained in:
Ryan Hughes
2025-07-26 13:12:28 -04:00
parent 5b654d0282
commit 6afbff2c27

View File

@ -139,6 +139,7 @@ name = "Calculator"
icon = "accessories-calculator" icon = "accessories-calculator"
placeholder = "Calculator" placeholder = "Calculator"
min_chars = 3 # Min chars to calculate. 3 allows "3+3" min_chars = 3 # Min chars to calculate. 3 allows "3+3"
prefix = "="
[builtins.windows] [builtins.windows]
weight = 5 weight = 5