Skip to content

Commit

Permalink
Also replace 'quantomatic' with 'zxcalc' in myappid.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyongemallo committed Jul 15, 2024
1 parent 9dbe1bb commit 71e2bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zxlive/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import os
if os.name == 'nt':
import ctypes
myappid = 'quantomatic.zxlive.zxlive.1.0.0' # arbitrary string
myappid = 'zxcalc.zxlive.zxlive.1.0.0' # arbitrary string
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid) # type: ignore


Expand Down

0 comments on commit 71e2bb4

Please sign in to comment.