Fix button overlay being visible when it shouldn't be

This commit is contained in:
heliguy
2024-03-27 03:37:17 -04:00
parent ec07bc0d13
commit fd9698fe74
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ template $DowngradeWindow: Adw.Dialog {
Overlay {
[overlay]
Button apply_button {
visible: false;
valign: end;
halign: center;
margin-bottom: 12;