diff options
Diffstat (limited to '')
-rw-r--r-- | src/e_events.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/e_events.go b/src/e_events.go index 87a55f3..914756a 100644 --- a/src/e_events.go +++ b/src/e_events.go @@ -183,6 +183,9 @@ func e_reload_data(data *HardData) { data.opts = DEFAULT_OPTS } else { data.opts = c_get_options(conf_dir, &data.load_err) + if data.n_arg == true { + data.opts.Loop = false + } } if conf_dir == "" { data.colors = DEFAULT_STYLE |