mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
- Add support for filtering by category
- Break up main window into partials instead of using regions
This commit is contained in:
@@ -85,8 +85,9 @@ namespace FeedCenter
|
||||
var splashWindow = new SplashWindow();
|
||||
splashWindow.ShowDialog();
|
||||
|
||||
// Set whether we should auto-start
|
||||
Current.SetStartWithWindows(Settings.Default.StartWithWindows);
|
||||
// Set whether we should auto-start (if not debugging)
|
||||
if (!IsDebugBuild)
|
||||
Current.SetStartWithWindows(Settings.Default.StartWithWindows);
|
||||
|
||||
// Initialize the window
|
||||
mainWindow.Initialize();
|
||||
|
||||
Reference in New Issue
Block a user