This commit is contained in:
Kovid Goyal 2013-12-31 18:29:11 +05:30
parent 9ebaeb738c
commit 06cb02c736

View File

@ -36,7 +36,8 @@ def _run(args, notify=None):
if iswindows: if iswindows:
# Ensure that all ebook editor instances are grouped together in the task # Ensure that all ebook editor instances are grouped together in the task
# bar # bar. This prevents them from being grouped with viewer process when
# launched from within calibre, as both use calibre-parallel.exe
import ctypes import ctypes
try: try:
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID('com.calibre-ebook.edit-book') ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID('com.calibre-ebook.edit-book')