fix: set window control icons as symbolic for non-linux sytems

This commit is contained in:
netengy-dakotaraptor 2024-08-05 04:17:33 -06:00 committed by GitHub
parent 756f4b6ba6
commit 5de9b21e0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -370,6 +370,7 @@ impl<'a, Message: Clone + 'static> HeaderBar<'a, Message> {
$name,
".svg"
)))
.symbolic(true)
.apply(widget::button::icon)
};