From 9855075377ffc2d417855d574f7bce4d1b57d1ec Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 12 Jan 2017 09:01:36 -0500 Subject: 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*). --- src-qt5/core/lumina-desktop/LSession.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src-qt5/core/lumina-desktop/LSession.h') 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(); }; -- cgit