diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/e_events.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/e_events.go b/src/e_events.go index 35e8faa..8cf99ff 100644 --- a/src/e_events.go +++ b/src/e_events.go @@ -179,6 +179,7 @@ func e_reload_data(data *HardData) { tmp_parent_path = data.litems.curr.Host.parent.path() } } + // FIX: dirty visual bug rename dir mkdir fmt.Println("reloading config...") conf_dir := c_get_conf_dir(&data.load_err) if len(conf_dir) == 0 { |