fix: better handle daemon restarts

This commit is contained in:
Ashley Wulber 2023-07-06 12:55:00 -04:00 committed by Ashley Wulber
parent 94becddc2d
commit 6bb6ee6a92
2 changed files with 23 additions and 6 deletions

View file

@ -183,7 +183,7 @@ impl Application for Notifications {
.min_width(1.0)
.max_width(300.0)
.min_height(100.0)
.max_height(600.0);
.max_height(900.0);
get_popup(popup_settings)
}
}