Skip to content

Commit 28cc378

Browse files
committed
Use native file dialogs in macOS
This is a Java port of Jianhua Feng's earlier Groovy-PR (#180)
1 parent 7d37bb8 commit 28cc378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/jd/gui/util/sys/SystemUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
public final class SystemUtils {
77

8-
static boolean isLinux() {
8+
public static boolean isLinux() {
99
return System.getProperty("os.name").startsWith("Linux");
1010
}
1111

0 commit comments

Comments
 (0)