Skip to content

Commit

Permalink
dash: Animate icons during overview animation but not during startup
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jun 2, 2023
1 parent 46e6036 commit cae9f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash.js
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ var DockDash = GObject.registerClass({
// Skip animations on first run when adding the initial set
// of items, to avoid all items zooming in at once
const animate = this._shownInitially &&
!Main.overview.animationInProgress;
!Main.layoutManager._startingUp;

if (!this._shownInitially)
this._shownInitially = true;
Expand Down

0 comments on commit cae9f64

Please sign in to comment.