mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-10 18:22:37 -05:00
Start adding server support
This commit is contained in:
@@ -5,7 +5,7 @@ namespace FeedCenter.Options;
|
||||
|
||||
public partial class DisplayOptionsPanel
|
||||
{
|
||||
public DisplayOptionsPanel(Window parentWindow) : base(parentWindow)
|
||||
public DisplayOptionsPanel(Window parentWindow, FeedCenterEntities entities) : base(parentWindow, entities)
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user