Skip to content

Commit

Permalink
Add cactus wallpaper and set as default
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jul 14, 2020
1 parent 2da48ee commit bd4a7b0
Show file tree
Hide file tree
Showing 4 changed files with 601 additions and 184 deletions.
4 changes: 2 additions & 2 deletions lib/Background/backgroundcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ QStringList BackgroundController::availableBackgrounds() {

QStringList backgrounds = {
"community",
"inbuilt:cactus",
"inbuilt:triangles",
"inbuilt:straps",
"inbuilt:ribbon"
};

Expand Down Expand Up @@ -209,7 +209,7 @@ QString BackgroundController::currentBackgroundName(BackgroundType type) {
} else if (type == LockScreen) {
key = "lockScreen/background";
}
return d->settings->value(key, "inbuilt:triangles").toString();
return d->settings->value(key, "inbuilt:cactus").toString();
}

void BackgroundController::setStretchType(BackgroundController::StretchType type) {
Expand Down
Loading

0 comments on commit bd4a7b0

Please sign in to comment.