mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
fix(ui): revert preview theme on dialog unmount (#22542)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
parent
22fb83320e
commit
3061555d28
1 changed files with 2 additions and 0 deletions
|
|
@ -977,6 +977,7 @@ Logging in with Google... Restarting Gemini CLI to continue.
|
|||
openAgentConfigDialog,
|
||||
openPermissionsDialog,
|
||||
quit: (messages: HistoryItem[]) => {
|
||||
closeThemeDialog();
|
||||
setQuittingMessages(messages);
|
||||
setTimeout(async () => {
|
||||
await runExitCleanup();
|
||||
|
|
@ -1005,6 +1006,7 @@ Logging in with Google... Restarting Gemini CLI to continue.
|
|||
[
|
||||
setAuthState,
|
||||
openThemeDialog,
|
||||
closeThemeDialog,
|
||||
openEditorDialog,
|
||||
openSettingsDialog,
|
||||
openSessionBrowser,
|
||||
|
|
|
|||
Loading…
Reference in a new issue