Skip to content

Commit 4160a42

Browse files
committed
feat: use Adw.TabButton in mobile toolbar
1 parent eb9bf92 commit 4160a42

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

data/resources/ui/window.blp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,9 @@ template $GeopardWindow: Adw.ApplicationWindow {
164164
}
165165

166166
[end]
167-
Gtk.Button {
168-
icon-name: "view-grid-symbolic";
167+
Adw.TabButton {
168+
view: tab_view;
169169
action-name: "overview.open";
170-
tooltip-text: _("View Open Tabs");
171170
}
172171

173172
[end]

0 commit comments

Comments
 (0)