Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jul 3, 2024
1 parent 006c579 commit 869665a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menuinst/platforms/win_utils/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ def regvalue(key, value, value_type=winreg.REG_SZ, raise_on_errors=True):
def notify_shell_changes():
shell32 = ctypes.OleDLL('shell32')
shell32.SHChangeNotify.restype = None
event = 0x08000000 # SHCNE_ASSOCCHANGED
flags = 0x0000 # SHCNF_IDLIST
event = 0x08000000 # SHCNE_ASSOCCHANGED
flags = 0x0000 # SHCNF_IDLIST
shell32.SHChangeNotify(event, flags, None, None)

0 comments on commit 869665a

Please sign in to comment.