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