Ask a question to get started
Enter to send•Shift+Enter new line
Save thread column visibility to config file.
save_thread_columns( columns: dict[str, bool], config_path: Path | None = None, ) -> bool
columns
dict[str, bool]
Dict mapping column names to visibility booleans.
config_path
Path | None
None
Path to config file.