mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Show the undo popup after file merging
This commit is contained in:
parent
dc21508a39
commit
85a7df7daa
@ -1472,6 +1472,7 @@ class Boss(QObject):
|
|||||||
self.apply_container_update_to_gui()
|
self.apply_container_update_to_gui()
|
||||||
if master in editors:
|
if master in editors:
|
||||||
self.show_editor(master)
|
self.show_editor(master)
|
||||||
|
self.gui.message_popup(_('{} files merged').format(len(names)))
|
||||||
|
|
||||||
@in_thread_job
|
@in_thread_job
|
||||||
def link_stylesheets_requested(self, names, sheets, remove):
|
def link_stylesheets_requested(self, names, sheets, remove):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user