diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-01-09 14:27:44 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-10 13:40:46 +0100 |
| commit | dd3e8716b276f9f1646338f8801ca9a2f688fc46 (patch) | |
| tree | c2f4651e5aa539e72e3ecf9ae1a005c2b8e9e106 /src/mainwindow.hpp | |
| parent | 601887655e7f128c1c938a24fc38d002a8aecb64 (diff) | |
| download | kristall-dd3e8716b276f9f1646338f8801ca9a2f688fc46.tar.gz | |
status bar: New file cache indicator
Mime label was also simplified so that only type/subtype are shown.
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 6a7164e..8b092f3 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -114,6 +114,7 @@ private: ElideLabel * url_status; QLabel * file_size; + QLabel * file_cached; QLabel * file_mime; QLabel * load_time; }; |
