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, 0 insertions, 1 deletions
diff --git a/src/i_ui.go b/src/i_ui.go
index 776988d..21df155 100644
--- a/src/i_ui.go
+++ b/src/i_ui.go
@@ -784,7 +784,6 @@ 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)