Skip to content

Commit

Permalink
Hide macOS app in TTY mode
Browse files Browse the repository at this point in the history
  • Loading branch information
chrononyan committed Mar 26, 2021
1 parent 3061620 commit cc0f4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/cburch/logisim/gui/start/Startup.java
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,7 @@ private boolean networkConnectionAvailable() {
public void run() {
if (isTty) {
try {
System.setProperty("apple.awt.UIElement", "true");
TtyInterface.run(this);
System.exit(0);
} catch (Exception t) {
Expand Down

0 comments on commit cc0f4a6

Please sign in to comment.