Skip to content

Commit e0c3e38

Browse files
committed
Change company name to be unique
1 parent 012eb08 commit e0c3e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activity_browser/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# this will enable the AB icon to show in the taskbar under Windows 11 (instead of the default python icon)
1212
if sys.platform == "win32":
1313
import ctypes
14-
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID("company.app.1")
14+
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID("activity.browser.1")
1515

1616
from activity_browser import application
1717
from activity_browser.ui import icons

0 commit comments

Comments
 (0)