Copy-paste Windows10 workaround fix
This commit is contained in:
parent
9871510547
commit
dd56ef95fe
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class NxdtUsbAbi1 {
|
|||
this.task = task;
|
||||
this.logPrinter = logPrinter;
|
||||
this.isWindows = System.getProperty("os.name").toLowerCase().contains("windows");
|
||||
|
||||
|
||||
if (isWindows)
|
||||
isWindows10 = System.getProperty("os.name").toLowerCase().contains("windows 10");
|
||||
|
||||
|
|
Loading…
Reference in a new issue