Skip to content

Fixes for #397#398

Merged
kwart merged 1 commit into
masterfrom
fix/397
May 14, 2026
Merged

Fixes for #397#398
kwart merged 1 commit into
masterfrom
fix/397

Conversation

@kwart
Copy link
Copy Markdown
Member

@kwart kwart commented May 14, 2026

Fixes issues 1 and 2 from #397.

  • Window too tall for 1366×768 screens: after the window is shown, compare its size against the primary screen's visual bounds (excluding taskbar). If either dimension overflows, maximize the window automatically.
  • TSA panel expands on relaunch: syncFromOptions was setting tsaEnabled before tsaUrl, so the listener that opens the TSA accordion (intended only for when the user enables TSA without a URL) fired during startup with an empty URL. Swapping the two assignment lines fixes the ordering.

@kwart kwart merged commit c53694d into master May 14, 2026
1 check passed
@kwart kwart deleted the fix/397 branch May 14, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant