mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
fix: hide tips when folder trust dialog is open (#7394)
Co-authored-by: Hriday Taneja <hridayt@google.com> Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
This commit is contained in:
@@ -799,7 +799,7 @@ Logging in with Google... Please restart Gemini CLI to continue.
|
||||
const [showIdeRestartPrompt, setShowIdeRestartPrompt] = useState(false);
|
||||
|
||||
const { isFolderTrustDialogOpen, handleFolderTrustSelect, isRestarting } =
|
||||
useFolderTrust(settings, config, setIsTrustedFolder);
|
||||
useFolderTrust(settings, config, setIsTrustedFolder, refreshStatic);
|
||||
const { needsRestart: ideNeedsRestart } = useIdeTrustListener();
|
||||
const isInitialMount = useRef(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user