From 19172ddf8f9c1dd88deaf75c1c714dd560bcc45a Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 3 Nov 2018 10:20:04 -0700 Subject: [PATCH] Fix incorrect option name if config section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b18ce8f..cac2a4b 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ Just about everything in Gooey's overall look and feel can be customized by pass | progress_expr | A python expression applied to any matches found via the `progress_regex`. See: [Showing Progress](#showing-progress) for a detailed how-to | | disable_progress_bar_animation | Disable the progress bar | | navigation | Sets the "navigation" style of Gooey's top level window.
Options:
TABBEDSIDEBAR
| -| navigation_title | Controls the heading title above the SideBar's navigation pane. Defaults to: "Actions" | +| sidebar_title | Controls the heading title above the SideBar's navigation pane. Defaults to: "Actions" | | show_sidebar | Show/Hide the sidebar in when navigation mode == `SIDEBAR` | | body_bg_color | HEX value of the main Gooey window | | header_bg_color | HEX value of the header background |