feat(core): updated SDK version

This commit is contained in:
Observer KRypt0n_ 2023-05-16 16:05:02 +02:00
parent 3d8466700c
commit 7a7cdb38f1
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 411 additions and 253 deletions

660
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -17,7 +17,7 @@ glib-build-tools = "0.17"
[dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "1.2.3"
tag = "1.2.4"
features = ["all", "genshin"]
# path = "../anime-launcher-sdk" # ! for dev purposes only

View file

@ -37,7 +37,7 @@ impl AsyncFactoryComponent for GameSession {
},
add_suffix = &gtk::Button {
set_icon_name: "view-refresh-symbolic-symbolic",
set_icon_name: "view-refresh-symbolic",
add_css_class: "flat",
set_tooltip_text: Some(&tr("update-session")),