mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 17:59:46 +03:00
feat(core): updated SDK version
This commit is contained in:
parent
3d8466700c
commit
7a7cdb38f1
3 changed files with 411 additions and 253 deletions
660
Cargo.lock
generated
660
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
|
@ -37,7 +37,7 @@ impl AsyncFactoryComponent for GameSession {
|
|||
},
|
||||
|
||||
add_suffix = >k::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")),
|
||||
|
|
Loading…
Add table
Reference in a new issue