add:新设置

This commit is contained in:
2026-01-02 12:22:50 +08:00
parent 78b2f94bae
commit fbfac18ca0
41 changed files with 1982 additions and 2603 deletions
@@ -1,12 +1,9 @@
using System;
using System;
using System.Windows;
using System.Windows.Controls;
namespace Ink_Canvas.Windows.SettingsViews
{
/// <summary>
/// CrashActionPanel.xaml 的交互逻辑
/// </summary>
public partial class CrashActionPanel : UserControl
{
public CrashActionPanel()
@@ -29,10 +26,6 @@ namespace Ink_Canvas.Windows.SettingsViews
IsTopBarNeedNoShadowEffect?.Invoke(this, new RoutedEventArgs());
}
}
/// <summary>
/// 应用主题
/// </summary>
public void ApplyTheme()
{
try
@@ -41,7 +34,7 @@ namespace Ink_Canvas.Windows.SettingsViews
}
catch (Exception ex)
{
System.Diagnostics.Debug.WriteLine($"CrashActionPanel 应用主题时出错: {ex.Message}");
System.Diagnostics.Debug.WriteLine($"CrashActionPanel 应用主题时出? {ex.Message}");
}
}
}