mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-07 17:24:38 -05:00
More cleanup and UI work
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using ChrisKaczor.InstalledBrowsers;
|
||||
using ChrisKaczor.Wpf.Application;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
|
||||
@@ -7,7 +8,7 @@ namespace FeedCenter.Options;
|
||||
|
||||
public partial class GeneralOptionsPanel
|
||||
{
|
||||
public GeneralOptionsPanel()
|
||||
public GeneralOptionsPanel(Window parentWindow) : base(parentWindow)
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user