Files
LanMountainDesktop/.trae/specs/independent-settings-window/checklist.md
lincube e20462ac2b Make settings window independent and taskbar-aware
Convert the settings window into an independent top-level window with its own taskbar icon and open-or-focus semantics. Removed Owner/anchor/toggle semantics from SettingsWindowService and added ScreenReferenceWindow for centering; settings windows now ShowInTaskbar = true and are truly destroyed on close. Added SettingsWindowPlacementHelper and tests for placement/centering. Main window now respects an AppSettingsSnapshot.ShowInTaskbar flag (new setting exposed in GeneralSettings UI) and slide/visibility animations and "back to Windows" behavior no longer affect the independent settings window. Updated various callers to use OpenIndependentSettingsModule, adjusted window transitions/X offsets, and added/updated spec files documenting the feature and animation boundary.
2026-04-22 20:46:43 +08:00

599 B
Raw Blame History

  • 从桌面、托盘、IPC、组件库进入设置时都会落到同一个设置窗口
  • 设置已打开时再次触发设置入口,只会聚焦已有窗口,不会切换成关闭
  • 设置窗口始终拥有独立任务栏图标,不受“桌面主窗口在任务栏显示图标”开关影响
  • 点击“回到 Windows”后只隐藏或最小化桌面主窗口设置窗口保持可见
  • 启用滑入滑出动画后,只有主窗口参与动画,设置窗口不参与
  • 点击设置窗口关闭按钮后会真实关闭;再次打开时创建新的居中窗口