mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-04 00:44:05 -07:00
Jacob314/add radio button keys (#10083)
This commit is contained in:
@@ -50,6 +50,7 @@ export function IdeIntegrationNudge({
|
||||
userSelection: 'yes',
|
||||
isExtensionPreInstalled,
|
||||
},
|
||||
key: 'Yes',
|
||||
},
|
||||
{
|
||||
label: 'No (esc)',
|
||||
@@ -57,6 +58,7 @@ export function IdeIntegrationNudge({
|
||||
userSelection: 'no',
|
||||
isExtensionPreInstalled,
|
||||
},
|
||||
key: 'No (esc)',
|
||||
},
|
||||
{
|
||||
label: "No, don't ask again",
|
||||
@@ -64,6 +66,7 @@ export function IdeIntegrationNudge({
|
||||
userSelection: 'dismiss',
|
||||
isExtensionPreInstalled,
|
||||
},
|
||||
key: "No, don't ask again",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user