version: v0.51.0
The fix seems to be simple, change line 108 in toot/tui/app.py from
overrides = settings.get_setting("tui.palette", dict, {})
to
overrides = settings.get_setting("commands.tui.palette", dict, {})
I also want to question the wisdom of simply deleting exisiting tui.palette nodes instead of copying them like the rest of the tui -> commands.tui values in toot/cli/__init__.py line 65
version: v0.51.0
The fix seems to be simple, change line 108 in
toot/tui/app.pyfromto
I also want to question the wisdom of simply deleting exisiting
tui.palettenodes instead of copying them like the rest of thetui->commands.tuivalues intoot/cli/__init__.pyline 65