mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 22:26:32 +00:00
Merge branch 'master' into fix/29/windows-uac-three-instances
This commit is contained in:
commit
f888527e39
@ -74,7 +74,8 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="app.selection.hasDrive()">
|
<div ng-show="app.selection.hasDrive()">
|
||||||
<span ng-bind="app.selection.getDrive().device"></span>
|
<span ng-if="app.platform == 'win32'" ng-bind="app.selection.getDrive().mountpoint + '\\'"></span>
|
||||||
|
<span ng-if="app.platform != 'win32'" ng-bind="app.selection.getDrive().device"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user