tell titlebar to start focussed out if it does not have focus

This commit is contained in:
Matt Rose 2021-07-02 19:22:59 -04:00
parent c0f4888aa5
commit 6c7635c7ac
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class Terminal(Gtk.VBox):
self.titlebar.connect('edit-done', self.on_edit_done)
self.connect('title-change', self.titlebar.set_terminal_title)
self.titlebar.connect('create-group', self.really_create_group)
self.titlebar.update('window-focus-out')
self.titlebar.show_all()
self.searchbar = Searchbar()