Skip to content

Commit

Permalink
fix: HIDDEN_NOTIFY_GROUP NotificationDisplayType.NONE
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Dec 6, 2021
1 parent e0129d0 commit 7d7e57c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Notification {

private static final NotificationGroup HIDDEN_NOTIFY_GROUP = new NotificationGroup(
"com.muedsa.intellij.textReader.hiddenNotify",
NotificationDisplayType.BALLOON,
NotificationDisplayType.NONE,
true);

public static void sendNotify(Project project, String title, String content, NotificationType type){
Expand Down

0 comments on commit 7d7e57c

Please sign in to comment.