Skip to content

Commit

Permalink
#15 auto reload of directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Seichter committed Jun 9, 2024
1 parent b7806ce commit 008f4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import json
import logging

VERSION = "v2024-05-23"
VERSION = "v2024-06-09"
UPDATEURL = 'https://api.github.com/repos/dseichter/Workdir/releases/latest'
RELEASES = 'https://github.com/dseichter/Workdir/releases'
NAME = 'Workdir'
Expand Down
1 change: 1 addition & 0 deletions src/workdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def miExtrasConfiguration(self, event):
dlg = configuration_ui.DialogConfiguration(self)
dlg.ShowModal()
dlg.Destroy()
self.workdirShow(event)

def miHelpAbout(self, event):
# open the about dialog
Expand Down

0 comments on commit 008f4fd

Please sign in to comment.