revert #5493 - show android mountpoint on system stats

pull/5647/head
Martín Fernández 5 years ago committed by Frans de Jonge
parent a96114d14a
commit 5fb03475c5

@ -24,8 +24,6 @@ function SystemStat:init()
self.storage_filter = "' /mnt/us$'"
elseif Device:isSDL() then
self.storage_filter = "/dev/sd"
elseif Device:isAndroid() then
self.storage_filter = Device.external_storage()
end
end

Loading…
Cancel
Save