mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-18 09:35:39 -05:00
Move update message logic to common and remove restarting on update (installer will do that)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace FeedCenter.Options
|
||||
using Common.Update;
|
||||
|
||||
namespace FeedCenter.Options
|
||||
{
|
||||
public partial class UpdateOptionsPanel
|
||||
{
|
||||
@@ -32,7 +34,7 @@
|
||||
|
||||
private void HandleCheckVersionNowButtonClick(object sender, System.Windows.RoutedEventArgs e)
|
||||
{
|
||||
VersionCheck.DisplayUpdateInformation(true);
|
||||
UpdateCheck.DisplayUpdateInformation(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user