Skip to content

Config palette no longer works (since move from tui to commands.tui?) #562

@RobertKosten

Description

@RobertKosten

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

del tui_old["palette"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions