重构服务类和仓库类

This commit is contained in:
2025-07-19 22:29:50 +08:00
parent 5cf25dd9ac
commit 7faac9aef1
25 changed files with 324 additions and 502 deletions

View File

@@ -33,7 +33,7 @@ public partial class MainView : Window
private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
var settings = Config.ConnectionSettings.Load();
var settings = Config.AppSettings.Load();
if (settings.MinimizeToTrayOnClose)
{
// Hide the window instead of closing it