From 602448203128962a9b08b71b4bc84668f03a384c Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 5 Feb 2016 11:01:23 -0500 Subject: Cleanup lumina-config a bit: 1) Add an "all files" option to the background file selector dialog (just in case the file has an alternate extension/syntax). 2) Add options to select a directory (single/recursive) when looking for background files. 3) Clean up a lot of commented-out code from the mainUI file. --- lumina-config/mainUI.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lumina-config/mainUI.h') diff --git a/lumina-config/mainUI.h b/lumina-config/mainUI.h index 2dbcc2ab..da267948 100644 --- a/lumina-config/mainUI.h +++ b/lumina-config/mainUI.h @@ -106,6 +106,8 @@ private slots: void deskbgremoved(); void deskbgadded(); void deskbgcoloradded(); + void deskbgdiradded(); + void deskbgdirradded(); void deskplugadded(); void deskplugremoved(); -- cgit