diff options
| author | Kai Uwe Broulik <[email protected]> | 2018-09-19 10:20:14 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2018-09-19 10:20:14 +0200 |
| commit | 391006130e31b80ecc55343f44bddaf06951c90f (patch) | |
| tree | 046f8b7075a6cab6a14d9d2a7cb5fe162506f39c /src/dolphinmainwindow.cpp | |
| parent | 7ec783e7493a3c6a8d40a01d49e930b7ae5520f8 (diff) | |
Update disk space info on refresh
When explicitly refreshing the view (e.g. F5) also refresh disk space info.
This would also allow us to raise the refresh interval somewhat.
CCBUG: 398612
Differential Revision: https://phabricator.kde.org/D15508
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index b603b8cfa..6576e1b0e 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -590,6 +590,7 @@ void DolphinMainWindow::reloadView() { clearStatusBar(); m_activeViewContainer->reload(); + m_activeViewContainer->statusBar()->updateSpaceInfo(); } void DolphinMainWindow::stopLoading() |
