mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-24 01:19:40 +01:00
fix hide info box on new config creation
This commit is contained in:
@@ -1055,6 +1055,9 @@ class Application(Gtk.Application):
|
||||
GLib.idle_add(lambda: next(gen, False), priority=GLib.PRIORITY_LOW)
|
||||
|
||||
def create_new_configuration(self, profile):
|
||||
if self._app_info_box.get_visible():
|
||||
yield from self.show_app_info(False)
|
||||
|
||||
c_gen = self.clear_current_data()
|
||||
yield from c_gen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user