mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
UI Polish for theme selector (#294)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user