aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_ui.go')
-rw-r--r--src/i_ui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_ui.go b/src/i_ui.go
index 21df155..776988d 100644
--- a/src/i_ui.go
+++ b/src/i_ui.go
@@ -784,6 +784,7 @@ func i_ui(data_dir string) {
opts = DEFAULT_OPTS
} else {
opts = c_get_options(conf_dir, &load_err)
+ // FIX: options not written correctly on welcome mode + void
}
styles := c_get_styles(conf_dir, &load_err)
i_init_styles(&ui, styles)