Skip to content

Commit

Permalink
Fix glass plane
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Jan 4, 2025
1 parent de457fe commit a7efdea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ private void setUpTrayIcon() {

void hideLoading() {
gp.remove(loadingLabel);
gp.setVisible(false);
}

}

0 comments on commit a7efdea

Please sign in to comment.