diff options
author | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
commit | f4b6dd6f56975101a8af8e428ec9fa45aa338e00 (patch) | |
tree | f9773421e27c5e0240e7e6fb0f299c0fa9dcd6b9 /i_events.go | |
parent | litems is necessary (diff) | |
download | hardflip-f4b6dd6f56975101a8af8e428ec9fa45aa338e00.tar.gz hardflip-f4b6dd6f56975101a8af8e428ec9fa45aa338e00.tar.bz2 hardflip-f4b6dd6f56975101a8af8e428ec9fa45aa338e00.tar.xz hardflip-f4b6dd6f56975101a8af8e428ec9fa45aa338e00.tar.zst hardflip-f4b6dd6f56975101a8af8e428ec9fa45aa338e00.zip |
this is gonna be long
Diffstat (limited to 'i_events.go')
-rw-r--r-- | i_events.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i_events.go b/i_events.go index 614ef94..a95666a 100644 --- a/i_events.go +++ b/i_events.go @@ -58,7 +58,8 @@ import ( ) func i_reload_data(data *HardData) { - data.litems, data.ldirs = c_load_data_dir(data.data_dir, data.opts) + data.ldirs = c_load_data_dir(data.data_dir, data.opts) + data.litems = c_load_litems(data.ldirs) data.ui.sel_max, data.ui.count_dirs, data.ui.count_hosts = i_get_sel_max(data.ldirs) |