diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-20 10:40:16 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-20 10:40:16 -0500 |
commit | eddbc754bb2e3e744165e6be7a081ab614a6ed26 (patch) | |
tree | 15bac234f371f0092a1f3d3cfb6e4853390d9930 /src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h | |
parent | Change the styling of the presentation clock. (diff) | |
download | lumina-eddbc754bb2e3e744165e6be7a081ab614a6ed26.tar.gz lumina-eddbc754bb2e3e744165e6be7a081ab614a6ed26.tar.bz2 lumina-eddbc754bb2e3e744165e6be7a081ab614a6ed26.zip |
Add a context menu "action" for settings the selected image files as the current desktop wallpaper.
Caveats: This only is an option when the Lumina desktop is running, and the entire selection is valid image files.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h b/src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h index a99c64c7..65f4b971 100644 --- a/src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h +++ b/src-qt5/desktop-utils/lumina-fm/widgets/DirWidget2.h @@ -160,6 +160,7 @@ private slots: //void attachToNewEmail(); void autoExtractFiles(); void autoArchiveFiles(); + void setAsWallpaper(); // - Context-specific operations void openInSlideshow(); |