mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 14:34:55 -07:00
fix(cli): Revert the code to hide tips when showing trust dialog (#8946)
This commit is contained in:
@@ -754,7 +754,7 @@ Logging in with Google... Please restart Gemini CLI to continue.
|
||||
const [showIdeRestartPrompt, setShowIdeRestartPrompt] = useState(false);
|
||||
|
||||
const { isFolderTrustDialogOpen, handleFolderTrustSelect, isRestarting } =
|
||||
useFolderTrust(settings, setIsTrustedFolder, refreshStatic);
|
||||
useFolderTrust(settings, setIsTrustedFolder);
|
||||
const { needsRestart: ideNeedsRestart } = useIdeTrustListener();
|
||||
const isInitialMount = useRef(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user