Skip to content

Commit 008f4fd

Browse files
author
Daniel Seichter
committed
#15 auto reload of directories
1 parent b7806ce commit 008f4fd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33
import logging
44

5-
VERSION = "v2024-05-23"
5+
VERSION = "v2024-06-09"
66
UPDATEURL = 'https://api.github.com/repos/dseichter/Workdir/releases/latest'
77
RELEASES = 'https://github.com/dseichter/Workdir/releases'
88
NAME = 'Workdir'

src/workdir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def miExtrasConfiguration(self, event):
255255
dlg = configuration_ui.DialogConfiguration(self)
256256
dlg.ShowModal()
257257
dlg.Destroy()
258+
self.workdirShow(event)
258259

259260
def miHelpAbout(self, event):
260261
# open the about dialog

0 commit comments

Comments
 (0)