mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-19 02:20:42 -07:00
bug(ui) fix flicker refreshing background color (#19041)
This commit is contained in:
@@ -612,11 +612,10 @@ export const AppContainer = (props: AppContainerProps) => {
|
||||
setThemeError,
|
||||
historyManager.addItem,
|
||||
initializationResult.themeError,
|
||||
refreshStatic,
|
||||
);
|
||||
|
||||
// Poll for terminal background color changes to auto-switch theme
|
||||
useTerminalTheme(handleThemeSelect, config, refreshStatic);
|
||||
|
||||
const {
|
||||
authState,
|
||||
setAuthState,
|
||||
|
||||
Reference in New Issue
Block a user