Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Filelight
Commits
f133de56
Commit
f133de56
authored
Nov 17, 2020
by
Jakob Erzar
Committed by
Harald Sitter
Jan 05, 2021
Browse files
Display amount of disk space actually available to the user
parent
70795c19
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/summaryWidget.cpp
View file @
f133de56
...
...
@@ -173,7 +173,7 @@ DiskList::DiskList()
disk
.
mount
=
storage
.
rootPath
();
disk
.
name
=
storage
.
name
();
disk
.
size
=
storage
.
bytesTotal
();
disk
.
free
=
storage
.
bytes
Fre
e
();
disk
.
free
=
storage
.
bytes
Availabl
e
();
disk
.
used
=
disk
.
size
-
disk
.
free
;
// if something is mounted over same path, last mounted point would be used since only it is currently reachable.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment