Skip to content

Commit

Permalink
Added temp control in launch_detect_window()
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimura5 committed Jan 30, 2025
1 parent 973da52 commit 4fbbad3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ def launch_detect_window(self):
if d.trk_path != "":
self.pkl_selector.trk_path = d.trk_path
self.pkl_selector.rename_pkl_path_label(d.trk_path)
temp = TempFile()
data = temp.load()
data["trk_path"] = d.trk_path
temp.save(data)
self.load()

def launch_window(self, app, dialog_size="", edit_df=False, grab=False):
Expand Down

0 comments on commit 4fbbad3

Please sign in to comment.