Skip to content

Commit

Permalink
Supporting 211 and changing Notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinbtechit committed Jun 20, 2022
1 parent 80e0004 commit 019ef48
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ class VSCodeStartupNotifyActivity : StartupActivity {
ApplicationService.INSTANCE
).show(target, Balloon.Position.atLeft)*/

notification
.setCollapseDirection(Notification.CollapseActionsDirection.KEEP_LEFTMOST)
.notify(project)
notification.notify(project)
}
}

0 comments on commit 019ef48

Please sign in to comment.