mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-18 23:06:02 -04:00
Fix os name for linux
This commit is contained in:
parent
c8ece38889
commit
24c75a884e
@ -61,7 +61,7 @@ public class Utilities {
|
||||
}
|
||||
|
||||
public static boolean isLinux() {
|
||||
return getOSName().contains("darwin");
|
||||
return getOSName().contains("linux");
|
||||
}
|
||||
|
||||
private static String getOSName() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user