Skip to content

Commit

Permalink
Add connectors to open and close tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserBarbarossa committed Apr 22, 2021
1 parent fdddd09 commit 37fce91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mybrowse
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ class Browser(Gtk.Window):
self.home.connect("clicked", self.go_home)
self.searchbar.connect("activate", self.search)
self.bookmarker.connect("clicked", self.set_bookmark)
self.new_tab.connect("clicked", self.new_tab)
self.close_tab.connect("clicked", self.close_tab)
self.vbox.add(self.menu)

self.tabbar = Gtk.Notebook()
Expand Down

0 comments on commit 37fce91

Please sign in to comment.