From cdef7c115aa5cf30618777a7988cbb47e2077fe5 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 17 Jun 2023 12:31:04 +0200 Subject: [PATCH] revert: returned back old background picture path --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f695f15..33dda8e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -53,7 +53,7 @@ lazy_static::lazy_static! { pub static ref DEBUG_FILE: PathBuf = LAUNCHER_FOLDER.join("debug.log"); /// Path to `background` file. Standard is `$HOME/.cache/anime-game-launcher/background` - pub static ref BACKGROUND_FILE: PathBuf = CACHE_FOLDER.join("background"); + pub static ref BACKGROUND_FILE: PathBuf = LAUNCHER_FOLDER.join("background"); /// Path to `.keep-background` file. Used to mark launcher that it shouldn't update background picture ///