This commit is contained in:
Auric Vente
2024-07-27 13:33:03 -06:00
parent 3d14558d13
commit 14d4588425
5 changed files with 51 additions and 10 deletions

View File

@@ -178,3 +178,9 @@ class ArgSpec:
action="store_true",
info="Use a monospace font",
)
ArgSpec.add_argument(
"no_fade",
action="store_false",
info="Don't apply a fade-in effect on new updates",
)