Add missing tooltip-text to sidebar button
This commit is contained in:
@@ -85,6 +85,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
Button {
|
Button {
|
||||||
icon-name: "sidebar-show-symbolic";
|
icon-name: "sidebar-show-symbolic";
|
||||||
action-name: "win.show_sidebar";
|
action-name: "win.show_sidebar";
|
||||||
|
tooltip-text: _("Toggle Sidebar");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -159,6 +160,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
Button show_sidebar_button {
|
Button show_sidebar_button {
|
||||||
icon-name: "sidebar-show-symbolic";
|
icon-name: "sidebar-show-symbolic";
|
||||||
action-name: "win.show_sidebar";
|
action-name: "win.show_sidebar";
|
||||||
|
tooltip-text: _("Toggle Sidebar");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user