Skip to content

Commit

Permalink
Use native file dialogs in macOS
Browse files Browse the repository at this point in the history
This is a Java port of Jianhua Feng's earlier Groovy-PR (#180)
  • Loading branch information
lhaeger committed Jan 2, 2020
1 parent 7d37bb8 commit 28cc378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/jd/gui/util/sys/SystemUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
public final class SystemUtils {

static boolean isLinux() {
public static boolean isLinux() {
return System.getProperty("os.name").startsWith("Linux");
}

Expand Down

0 comments on commit 28cc378

Please sign in to comment.