Start cleaning up account types

This commit is contained in:
2025-11-15 15:30:23 -05:00
parent 6bae35a255
commit 66ea567eaa
23 changed files with 82 additions and 88 deletions

View File

@@ -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);