mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 02:35:26 +01:00
...
This commit is contained in:
parent
9ebaeb738c
commit
06cb02c736
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ def _run(args, notify=None):
|
|||
|
||||
if iswindows:
|
||||
# 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
|
||||
try:
|
||||
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID('com.calibre-ebook.edit-book')
|
||||
|
|
|
|||
Loading…
Reference in a new issue