Skip to content

Commit

Permalink
Merge branch 'ResourceFavorites' of https://github.com/tangge233/PCL2
Browse files Browse the repository at this point in the history
…into ResourceFavorites
  • Loading branch information
tangge233 committed Oct 19, 2024
2 parents ea5f049 + 49d8d7f commit 8624129
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@
AniControlEnabled += 1
Project = FrmMain.PageCurrent.Additional(0)
PanBack.ScrollToHome()
If CompFavorites.Has(Project) Then
BtnFavorites.Text = "取消收藏"
Else
BtnFavorites.Text = "收藏"
End If
BtnFavorites.Text = If(CompFavorites.Has(Project), "取消收藏", "收藏")
'重启加载器
If IsFirstInit Then
'在 Me.Initialized 已经初始化了加载器,不再重复初始化
Expand Down

0 comments on commit 8624129

Please sign in to comment.