Hide "Show Disabled" button when no disabled remotes exist

This commit is contained in:
Heliguy
2024-01-20 00:48:48 -05:00
parent 01e2886356
commit cb518fe1dd
3 changed files with 64 additions and 66 deletions

View File

@@ -24,7 +24,7 @@ template $RemotesWindow: Adw.Window {
header-suffix: ToggleButton show_disabled_button {
Adw.ButtonContent show_disabled_button_button_content {
icon-name: "eye-not-looking-symbolic";
label: _("Show disabled");
label: _("Show Disabled");
styles["flat"]
}
// spacing: 6;