Skip to content

Commit

Permalink
Fix no rounded corners on first start (#1847)
Browse files Browse the repository at this point in the history
Fixes a regression from #1845
  • Loading branch information
leolost2605 committed Feb 9, 2024
1 parent 48f09b1 commit ff1ee4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Background/BackgroundManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ff1ee4c

Please sign in to comment.