🐛 Bug Fixes
- Refined the display logic for special app controls (e.g., Music, Spotify, Calendar):
- When "Show media/calendar controls on Dock hover" (
showSpecialAppControls
) is enabled:- If "Embed controls with window previews" (
useEmbeddedMediaControls
) is also enabled:- Special controls will be embedded within the preview area alongside actual window previews if any are visible.
- If no window previews are visible (e.g., app has no open windows or all are minimized), the special controls will be shown in a larger, standalone embedded format.
- If "Embed controls with window previews" is disabled:
- The special controls will be shown in a larger, standalone format, replacing any window previews for that app.
- If "Embed controls with window previews" (
- When "Show media/calendar controls on Dock hover" is disabled:
- Standard window previews will be shown for all apps, including those that have special controls available.
- When "Show media/calendar controls on Dock hover" (
- Updated the "Interaction & Behavior (Dock Previews)" section in Main Settings to include a new toggle for "Embed controls with window previews", which is active when "Show media/calendar controls on Dock hover" is enabled. This provides users with finer control over how these special app integrations are displayed.