Skip to content

Commit

Permalink
Add call reload_list on next connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Haiquan-27 committed Aug 31, 2024
1 parent a4e37e5 commit 83f2f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def reload(what):
self.focus_resource = None
self.reload_list()
elif what == "connect":
self.connect_post()
self.connect_post(self.reload_list)

def show(what):
if what == "info":
Expand Down

0 comments on commit 83f2f59

Please sign in to comment.