feat: updated background picture uri

This commit is contained in:
Nikita Podvirnyi 2024-07-04 11:10:14 +02:00
parent ed9c93bbf7
commit 501bb4dc67
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3

View file

@ -34,7 +34,7 @@ pub fn get_background_info() -> anyhow::Result<Background> {
.iter() .iter()
.find(|game| { .find(|game| {
match game["game"]["biz"].as_str() { match game["game"]["biz"].as_str() {
Some(biz) => biz.starts_with("hk4e_"), Some(biz) => biz.starts_with("nap_"),
_ => false _ => false
} }
}) })