mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-30 02:08:58 -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() {
|
||||
return getOSName().contains("darwin");
|
||||
return getOSName().contains("linux");
|
||||
}
|
||||
|
||||
private static String getOSName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue