mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
apprt/gtk: unify tooltip text with AdwTabButton
AdwTabButton uses "View Open Tabs." Signed-off-by: Tristan Partin <tristan@partin.io>
This commit is contained in:
@ -178,7 +178,7 @@ pub fn init(self: *Window, app: *App) !void {
|
||||
switch (app.config.@"gtk-tabs-location") {
|
||||
.top, .bottom, .left, .right => {
|
||||
const btn = c.gtk_toggle_button_new();
|
||||
c.gtk_widget_set_tooltip_text(btn, "Show Open Tabs");
|
||||
c.gtk_widget_set_tooltip_text(btn, "View Open Tabs");
|
||||
c.gtk_button_set_icon_name(@ptrCast(btn), "view-grid-symbolic");
|
||||
_ = c.g_object_bind_property(
|
||||
btn,
|
||||
|
Reference in New Issue
Block a user