add:多屏支持

This commit is contained in:
2026-04-30 18:28:39 +08:00
parent a0d24ea6cc
commit 483991b85c
8 changed files with 337 additions and 12 deletions
+16
View File
@@ -2547,6 +2547,22 @@ namespace Ink_Canvas
}
}
/// <summary>
/// 应用多屏设置到全局热键管理器。
/// </summary>
public void ApplyMultiScreenSettings()
{
try
{
_globalHotkeyManager?.RefreshMultiScreenSettings();
RefreshFloatingBarScreenFollowState();
}
catch (Exception ex)
{
LogHelper.WriteLogToFile($"应用多屏设置时出错: {ex.Message}", LogHelper.LogType.Error);
}
}
/// <summary>
/// 打开快捷键设置窗口
/// </summary>