Skip to content

Commit

Permalink
Only display news posts in news tab (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Visne committed Jul 19, 2023
1 parent 0936177 commit af47c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SS14.Launcher/ViewModels/MainWindowTabs/NewsTabViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace SS14.Launcher.ViewModels.MainWindowTabs;

public class NewsTabViewModel : MainWindowTabViewModel
{
private const string FeedUrl = "https://spacestation14.io/index.xml";
private const string FeedUrl = "https://spacestation14.io/post/index.xml";

private bool _startedPullingNews;
private bool _newsPulled;
Expand Down Expand Up @@ -57,4 +57,4 @@ private async void PullNews()
public ObservableCollection<NewsEntryViewModel> NewsEntries { get; }

public override string Name => "News";
}
}

0 comments on commit af47c36

Please sign in to comment.