revert: returned back old background picture path

This commit is contained in:
Observer KRypt0n_ 2023-06-17 12:31:04 +02:00
parent 95c87ac571
commit cdef7c115a
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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
///