Fix no rounded corners on first start (#1847)

Fixes a regression from #1845
This commit is contained in:
Leonhard 2024-02-09 01:07:52 +01:00 committed by GitHub
parent 48f09b112e
commit ff1ee4c432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ public class Gala.BackgroundManager : Meta.BackgroundGroup {
construct {
background_source = BackgroundCache.get_default ().get_background_source (wm.get_display ());
background_actor = create_background_actor ();
update_background_actor (false);
destroy.connect (on_destroy);
}