mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 21:56:32 +00:00
Show drive letter on selection on Windows
Showing `\\.\PhysicalDriveN` makes no sense for a Windows user after selecting based on drive letters on the dropdown.
This commit is contained in:
parent
255309aa76
commit
95d94d36d4
@ -74,7 +74,8 @@
|
||||
|
||||
</div>
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user