From dcf35a6edec010dd1df1e05b1799d844e14abc7f Mon Sep 17 00:00:00 2001 From: Hemkesh Date: Wed, 4 Mar 2026 21:51:09 -0600 Subject: [PATCH] Default to Windows tab when no screens available and show source counts On Linux (e.g. Ubuntu), screen sources are often empty. This defaults the source selector to the Windows tab when there are no screens, and shows the count of each source type in the tab labels. Co-Authored-By: Claude Opus 4.6 --- src/components/launch/SourceSelector.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/launch/SourceSelector.tsx b/src/components/launch/SourceSelector.tsx index 33c67c1..7416560 100644 --- a/src/components/launch/SourceSelector.tsx +++ b/src/components/launch/SourceSelector.tsx @@ -70,10 +70,10 @@ export function SourceSelector() { return (
- + - Screens - Windows + Screens ({screenSources.length}) + Windows ({windowSources.length})