mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 02:56:48 +00:00
Fix(Cli) - Restart gemini cli on folder trust settings changes (#7413)
Co-authored-by: Shi Shu <shii@google.com>
This commit is contained in:
@@ -644,7 +644,7 @@ export const SETTINGS_SCHEMA = {
|
||||
type: 'boolean',
|
||||
label: 'Folder Trust Feature',
|
||||
category: 'Security',
|
||||
requiresRestart: false,
|
||||
requiresRestart: true,
|
||||
default: false,
|
||||
description: 'Enable folder trust feature for enhanced security.',
|
||||
showInDialog: true,
|
||||
@@ -653,7 +653,7 @@ export const SETTINGS_SCHEMA = {
|
||||
type: 'boolean',
|
||||
label: 'Folder Trust',
|
||||
category: 'Security',
|
||||
requiresRestart: false,
|
||||
requiresRestart: true,
|
||||
default: false,
|
||||
description: 'Setting to track whether Folder trust is enabled.',
|
||||
showInDialog: true,
|
||||
|
||||
Reference in New Issue
Block a user