mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 20:27:35 +03:00
feat: updated background picture uri
This commit is contained in:
parent
ed9c93bbf7
commit
501bb4dc67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue