fix(cli): Revert the code to hide tips when showing trust dialog (#8946)

This commit is contained in:
shrutip90
2025-09-19 15:22:39 -07:00
committed by GitHub
parent 532497b3d1
commit c564464e6b
4 changed files with 14 additions and 47 deletions
+1 -1
View File
@@ -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);