Skip to content

Commit

Permalink
fix app indicator dot alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Jun 10, 2024
1 parent 7861cfc commit 2e67483
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/taskbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ class AppIcon extends AppDisplay.AppIcon {
this._dot.translationY = 0
}

_updateDotStyle() {
this._dot.translationX = 0
this._dot.translationY = 0
}

_removeMenu() {
this._menu?.setApp(null)
this._menu?.destroy()
Expand Down

0 comments on commit 2e67483

Please sign in to comment.