fix: model selector works now

This commit is contained in:
2026-05-01 22:35:24 +02:00
parent d3aa7f2438
commit a5193240ad
11 changed files with 86 additions and 5 deletions

View File

@@ -3565,7 +3565,7 @@ button svg * {
display: flex;
align-items: center;
gap: 10px;
overflow: hidden;
overflow: visible;
font-size: 14px;
font-weight: 500;
color: var(--vscode-foreground, inherit);
@@ -5145,7 +5145,7 @@ button svg * {
display: flex;
align-items: center;
gap: 10px;
overflow: hidden;
overflow: visible;
font-size: 14px;
font-weight: 500;
color: var(--vscode-foreground, inherit);