From 0980cf4dde5d61a3432b859ad0f5ea41b39f58d3 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Fri, 1 May 2026 19:04:36 +0300 Subject: [PATCH] =?UTF-8?q?fix(ui):=20audio-source=20modal=20=E2=80=94=20p?= =?UTF-8?q?reserve=20device=20on=20refresh,=20relocate=20refresh=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move the device refresh button into the label row next to "Audio Device:" so it can no longer overflow the Source panel edge; introduces a small .label-row-action style alongside .hint-toggle. - Restore device selection after refresh by matching on (index, loopback) value first, with a trimmed name fallback for OS-side reindexing. - _selectAudioDevice now syncs the EntitySelect trigger so the visible label matches the underlying - - - - +