summaryrefslogtreecommitdiff
path: root/frontends/gtk/options.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-21 01:07:32 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-09-21 10:53:41 +0100
commit9d3112a643d2ff1c6055133485273d5e5a358d24 (patch)
treeda78d753fa16de6bd20e7d2942115083df742210 /frontends/gtk/options.h
parente14416d43fea0da0aca91a3373ed3c67a28af183 (diff)
downloadnetsurf-9d3112a643d2ff1c6055133485273d5e5a358d24.tar.gz
netsurf-9d3112a643d2ff1c6055133485273d5e5a358d24.tar.bz2
persist the menu and tool bar visibility as user settings
Diffstat (limited to 'frontends/gtk/options.h')
-rw-r--r--frontends/gtk/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/options.h b/frontends/gtk/options.h
index 483a766a0..dad17f059 100644
--- a/frontends/gtk/options.h
+++ b/frontends/gtk/options.h
@@ -75,4 +75,4 @@ NSOPTION_INTEGER(position_tab, 0)
NSOPTION_STRING(toolbar_items, NULL)
/* The menu and tool bars that are shown */
-NSOPTION_STRING(toolbar_show, NULL)
+NSOPTION_STRING(bar_show, NULL)