develop #14

Merged
itdominator merged 28 commits from develop into master 2025-12-28 04:37:29 +00:00
1272 changed files with 61498 additions and 45582 deletions
Showing only changes of commit 9932f34782 - Show all commits

View File

@@ -55,6 +55,7 @@ class WindowMixin(TabMixin):
path_entry = self.builder.get_object("path_entry") path_entry = self.builder.get_object("path_entry")
tab = self.get_fm_window(wid).get_tab_by_id(tid) tab = self.get_fm_window(wid).get_tab_by_id(tid)
path_entry.set_text(tab.get_current_directory()) path_entry.set_text(tab.get_current_directory())
path_entry.set_position(-1)
path_entry = None path_entry = None
tab = None tab = None