diff options
| author | Felix Ernst <[email protected]> | 2025-04-19 14:32:25 +0200 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2025-04-19 14:32:25 +0200 |
| commit | b889a446bfe851a7f49821d469c5f3041b6e5774 (patch) | |
| tree | e14a8ddec8efc56c27fd11cbb46f72d9b325784b /src/CMakeLists.txt | |
| parent | 81627bbf9a8eace35f87b6bb09d25afef5ea8421 (diff) | |
Add Filelight menu to Tools menu
The menu for installing and launching Filelight was only available
through the status bar free space info button until now. By default
we do no longer show the free space info button because the status
bar has been changed to show less information by default.
This commit adds the "Manage Disk Space Usage" menu to the "Tools"
menu in the menu bar so it is more discoverable for users.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7f0ec8296..70df0d777 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -337,6 +337,7 @@ target_sources(dolphinstatic PRIVATE settings/viewmodes/viewsettingstab.cpp settings/viewmodes/contentdisplaytab.cpp settings/viewmodes/generalviewsettingspage.cpp + statusbar/diskspaceusagemenu.cpp statusbar/dolphinstatusbar.cpp statusbar/mountpointobserver.cpp statusbar/mountpointobservercache.cpp @@ -405,6 +406,7 @@ target_sources(dolphinstatic PRIVATE settings/viewmodes/viewsettingstab.h settings/viewmodes/contentdisplaytab.h settings/viewmodes/generalviewsettingspage.h + statusbar/diskspaceusagemenu.h statusbar/dolphinstatusbar.h statusbar/mountpointobserver.h statusbar/mountpointobservercache.h |
