fix: Add a message about permissions command on startup in untrusted … (#10755)

This commit is contained in:
shrutip90
2025-10-08 22:17:58 -07:00
committed by GitHub
parent 3d24575239
commit a044c25981
3 changed files with 46 additions and 12 deletions
+1 -1
View File
@@ -796,7 +796,7 @@ Logging in with Google... Please restart Gemini CLI to continue.
const [showIdeRestartPrompt, setShowIdeRestartPrompt] = useState(false);
const { isFolderTrustDialogOpen, handleFolderTrustSelect, isRestarting } =
useFolderTrust(settings, setIsTrustedFolder);
useFolderTrust(settings, setIsTrustedFolder, historyManager.addItem);
const {
needsRestart: ideNeedsRestart,
restartReason: ideTrustRestartReason,