mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-31 01:25:38 -05:00
More cleanup and UI work
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
using ChrisKaczor.ApplicationUpdate;
|
||||
using System.Windows;
|
||||
using ChrisKaczor.ApplicationUpdate;
|
||||
|
||||
namespace FeedCenter.Options;
|
||||
|
||||
public partial class UpdateOptionsPanel
|
||||
{
|
||||
public UpdateOptionsPanel()
|
||||
public UpdateOptionsPanel(Window parentWindow) : base(parentWindow)
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public override string CategoryName => Properties.Resources.optionCategoryUpdate;
|
||||
|
||||
public override void LoadPanel()
|
||||
{
|
||||
base.LoadPanel();
|
||||
@@ -18,8 +21,6 @@ public partial class UpdateOptionsPanel
|
||||
MarkLoaded();
|
||||
}
|
||||
|
||||
public override string CategoryName => Properties.Resources.optionCategoryUpdate;
|
||||
|
||||
private void HandleCheckVersionNowButtonClick(object sender, System.Windows.RoutedEventArgs e)
|
||||
{
|
||||
UpdateCheck.DisplayUpdateInformation(true);
|
||||
|
||||
Reference in New Issue
Block a user