mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 19:26:09 -04:00
Fix os name for linux
This commit is contained in:
parent
c8ece38889
commit
24c75a884e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class Utilities {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isLinux() {
|
public static boolean isLinux() {
|
||||||
return getOSName().contains("darwin");
|
return getOSName().contains("linux");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String getOSName() {
|
private static String getOSName() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue