mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-02 09:15:36 +01:00
Show the undo popup after file merging
This commit is contained in:
parent
dc21508a39
commit
85a7df7daa
1 changed files with 1 additions and 0 deletions
|
|
@ -1472,6 +1472,7 @@ def merge_requested(self, category, names, master):
|
|||
self.apply_container_update_to_gui()
|
||||
if master in editors:
|
||||
self.show_editor(master)
|
||||
self.gui.message_popup(_('{} files merged').format(len(names)))
|
||||
|
||||
@in_thread_job
|
||||
def link_stylesheets_requested(self, names, sheets, remove):
|
||||
|
|
|
|||
Loading…
Reference in a new issue