Skip to content

Commit f38056c

Browse files
committed
avoid notification popup to stay on top of EVERYTHING
1 parent 58f4ad0 commit f38056c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/cc/arduino/view/NotificationPopup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public NotificationPopup(Frame parent, HyperlinkListener hyperlinkListener,
6161
super(parent, false);
6262
setLayout(new FlowLayout());
6363
setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
64-
setAlwaysOnTop(true);
64+
//setAlwaysOnTop(true);
6565
setUndecorated(true);
6666
setResizable(false);
6767

0 commit comments

Comments
 (0)