Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Feb 21, 2024
1 parent e14ed4b commit bce09b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Aria2Fast/View/WkySubscriptionListView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public WkySubscriptionListView(ObservableCollection<SubscriptionModel> viewModel
//主动刷新?
this.ViewModel = viewModel;
this.ViewModel = SubscriptionManager.Instance.SubscriptionModel; //订阅列表绑定
this.SubscriptionButton.IsEnabled = false;

Aria2ApiManager.Instance.EventReceived
.OfType<LoginResultEvent>()
Expand Down

0 comments on commit bce09b7

Please sign in to comment.