Merge branch 'master' into fix/29/windows-uac-three-instances

This commit is contained in:
Juan Cruz Viotti 2016-01-01 15:11:59 -04:00
commit f888527e39

View File

@ -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>