mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-22 17:23:42 -05:00
Update for "Set Program Access and Defaults" support
This commit is contained in:
@@ -36,7 +36,9 @@ namespace FeedCenter.Options
|
||||
settings.RegisterAsDefaultFeedReader = registerAsDefaultFeedReaderCheckBox.IsChecked.Value;
|
||||
|
||||
Application.Current.SetStartWithWindows(settings.StartWithWindows);
|
||||
SystemConfiguration.SetDefaultFeedReader(settings.RegisterAsDefaultFeedReader);
|
||||
|
||||
if (settings.RegisterAsDefaultFeedReader)
|
||||
SystemConfiguration.SetDefaultFeedReader();
|
||||
}
|
||||
|
||||
public override string CategoryName
|
||||
|
||||
Reference in New Issue
Block a user