mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 17:52:34 -04:00
Change mutex name for GUI singleinstance
This commit is contained in:
@@ -417,7 +417,7 @@ def run_gui(opts, args, listener, app, gui_debug=None):
|
||||
return ret
|
||||
|
||||
|
||||
singleinstance_name = 'calibre_GUI'
|
||||
singleinstance_name = 'GUI'
|
||||
|
||||
|
||||
def cant_start(msg=_('If you are sure it is not running')+', ',
|
||||
|
||||
Reference in New Issue
Block a user