mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 02:46:08 +00:00
brand: change default wallpaper to drift.png
This commit is contained in:
parent
7ffa0c170f
commit
deea3eaabc
1 changed files with 4 additions and 4 deletions
|
|
@ -244,10 +244,10 @@ void wallpaper_init(void) {
|
||||||
wallpaper_load_setting();
|
wallpaper_load_setting();
|
||||||
|
|
||||||
if (pending_wallpaper_path == NULL) {
|
if (pending_wallpaper_path == NULL) {
|
||||||
if (fat32_exists("/Library/images/Wallpapers/boredos.png")) {
|
if (fat32_exists("/Library/images/Wallpapers/Drift.png")) {
|
||||||
wallpaper_request_set_from_file("/Library/images/Wallpapers/boredos.png");
|
wallpaper_request_set_from_file("/Library/images/Wallpapers/Drift.png");
|
||||||
} else if (fat32_exists("/Library/images/Wallpapers/mountain.jpg")) {
|
} else if (fat32_exists("/Library/images/Wallpapers/orbital.jpg")) {
|
||||||
wallpaper_request_set_from_file("/Library/images/Wallpapers/mountain.jpg");
|
wallpaper_request_set_from_file("/Library/images/Wallpapers/orbital.jpg");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue