Skip to content

Commit 89bf235

Browse files
committed
placesManager.js: Go back to having isRemovable() call can_unmount().
There isn't enough consistency between various removable device types and filesystems to be able to rely on can_eject() here. ref: #13370
1 parent e8752bb commit 89bf235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/ui/placesManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ PlaceDeviceInfo.prototype = {
105105
},
106106

107107
isRemovable: function() {
108-
return this._mount.can_eject();
108+
return this._mount.can_unmount();
109109
},
110110

111111
remove: function() {

0 commit comments

Comments
 (0)