Show the undo popup after file merging

This commit is contained in:
Kovid Goyal 2021-11-14 15:35:58 +05:30
parent dc21508a39
commit 85a7df7daa
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1472,6 +1472,7 @@ class Boss(QObject):
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):