summaryrefslogtreecommitdiff
path: root/library
Side-by-side diff
Diffstat (limited to 'library') (more/less context) (show whitespace changes)
-rw-r--r--library/storage.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/storage.cpp b/library/storage.cpp
index 912b22d..f4c1c02 100644
--- a/library/storage.cpp
+++ b/library/storage.cpp
@@ -113,3 +113,3 @@ void StorageInfo::update()
|| fs.left( 14 ) == "/dev/mmc/part1"
- || fs.left(5)=="tmpfs" )
+ || fs.left(5)=="tmpfs" || fs.left(9)=="/dev/root" )
{
@@ -167,2 +167,4 @@ void StorageInfo::update()
humanname = tr("Internal Storage") + " " + disk;
+ else if ( disk.left(9) == "/dev/root" )
+ humanname = tr("Internal Storage") + " " + disk;
else if ( disk.left(5) == "tmpfs" ) //ipaqs /mnt/ramfs