diff options
author | joe <rbo@gmx.us> | 2025-08-28 10:51:06 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-28 10:51:06 +0200 |
commit | 1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2 (patch) | |
tree | 868d43d09f4b07d18e7da756bb6466b72654f8b7 /src/e_events.go | |
parent | n option good (diff) | |
download | hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.tar.gz hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.tar.bz2 hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.tar.xz hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.tar.zst hardflip-1146d112e0c4e46b1e999d3d3212eaa1fe9cf1a2.zip |
quick fix
Diffstat (limited to 'src/e_events.go')
-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 |