mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
UI Polish for theme selector (#294)
This commit is contained in:
parent
6b0ac084b8
commit
a685597b70
16 changed files with 171 additions and 81 deletions
|
|
@ -19,7 +19,7 @@ interface UseThemeCommandReturn {
|
|||
}
|
||||
|
||||
export const useThemeCommand = (
|
||||
loadedSettings: LoadedSettings, // Changed parameter
|
||||
loadedSettings: LoadedSettings,
|
||||
): UseThemeCommandReturn => {
|
||||
// Determine the effective theme
|
||||
const effectiveTheme = loadedSettings.merged.theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue