fix: better handle daemon restarts
This commit is contained in:
parent
94becddc2d
commit
6bb6ee6a92
2 changed files with 23 additions and 6 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue