diff options
author | Ken Moore <ken@ixsystems.com> | 2017-01-12 09:01:36 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-01-12 09:01:36 -0500 |
commit | 9855075377ffc2d417855d574f7bce4d1b57d1ec (patch) | |
tree | 238746dca85ef958c8f6f923367b434c9e490de4 /src-qt5/core/lumina-desktop/LSession.h | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-9855075377ffc2d417855d574f7bce4d1b57d1ec.tar.gz lumina-9855075377ffc2d417855d574f7bce4d1b57d1ec.tar.bz2 lumina-9855075377ffc2d417855d574f7bce4d1b57d1ec.zip |
Add the ability to show "/media/*" shortcuts on the Lumina desktop. This will be very useful for systems that auto-create dirs in /media when devices are attached to the system, and mount-on-demand when browsing into that directory (*SPOILERS*).
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.h b/src-qt5/core/lumina-desktop/LSession.h index bd93289a..8f799cd0 100644 --- a/src-qt5/core/lumina-desktop/LSession.h +++ b/src-qt5/core/lumina-desktop/LSession.h @@ -186,6 +186,7 @@ signals: void SessionConfigChanged(); void FavoritesChanged(); void DesktopFilesChanged(); + void MediaFilesChanged(); void WorkspaceChanged(); }; |