mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-15 10:58:33 -05:00
Start cleaning up account types
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Input;
|
||||
using FeedCenter.Feeds;
|
||||
using FeedCenter.Accounts;
|
||||
|
||||
namespace FeedCenter.Options;
|
||||
|
||||
@@ -53,7 +52,7 @@ public partial class AccountsOptionsPanel
|
||||
|
||||
private void AddAccount()
|
||||
{
|
||||
var account = new Account(AccountType.Fever);
|
||||
var account = new Account(AccountType.Miniflux);
|
||||
|
||||
var accountWindow = new AccountWindow(_entities);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user