Fix solidify_wallpaper for KDE

The desktop check used the wrong case.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-05-05 10:08:47 -07:00
parent c7031448ec
commit 8866b5289e
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ sub register_application {
# needed more often now, it seems.
sub solidify_wallpaper {
my $desktop = get_var("DESKTOP");
if ($desktop eq "KDE") {
if ($desktop eq "kde") {
# Run the Desktop settings
hold_key 'alt';
send_key 'd';