fead.快捷方式组件。fix.优化了噪音检测组件与白板组件的性能

This commit is contained in:
lincube
2026-04-08 16:22:32 +08:00
parent e69bbf8b19
commit 6849a467d6
16 changed files with 802 additions and 322 deletions

View File

@@ -136,9 +136,9 @@ public sealed class ComponentSettingsSnapshot
public string ShortcutClickMode { get; set; } = "Double";
/// <summary>
/// 是否透明背景
/// 是否显示背景
/// </summary>
public bool ShortcutTransparentBackground { get; set; } = false;
public bool ShortcutShowBackground { get; set; } = true;
#endregion