diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx
index cf883b32..1b94ea7f 100644
--- a/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx
+++ b/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx
@@ -498,6 +498,19 @@ const VoidOnboardingContent = () => {
+ const lastPagePrevAndNextButtons =
+
+
{ setPageIndex(pageIndex - 1) }}
+ />
+ { voidSettingsService.setGlobalSetting('isOnboardingComplete', true); }}
+ ringSize={voidSettingsState.globalSettings.isOnboardingComplete ? 'screen' : undefined}
+ >Enter the Void
+
+
+
+
// cannot be md
const basicDescOfWantToUseOption: { [wantToUseOption in WantToUseOption]: string } = {
smart: "Models with the best performance on benchmarks.",
@@ -793,29 +806,29 @@ const VoidOnboardingContent = () => {
}
- bottom={prevAndNextButtons}
- />,
- 4:
- {/* Jump in
*/}
-
-
{ voidSettingsService.setGlobalSetting('isOnboardingComplete', true); }}
- ringSize={voidSettingsState.globalSettings.isOnboardingComplete ? 'screen' :'xl'}
- className='text-4xl'
- >Enter the Void
-
- >
- }
- bottom={
- { setPageIndex(pageIndex - 1) }}
- />
- }
+ bottom={lastPagePrevAndNextButtons}
+ // bottom={prevAndNextButtons}
/>,
+ // 4:
+ //
+ //
{ voidSettingsService.setGlobalSetting('isOnboardingComplete', true); }}
+ // ringSize={voidSettingsState.globalSettings.isOnboardingComplete ? 'screen' : undefined}
+ // className='text-4xl'
+ // >Enter the Void
+ //
+ // >
+ // }
+ // bottom={
+ // { setPageIndex(pageIndex - 1) }}
+ // />
+ // }
+ // />,
}
diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-tooltip/VoidTooltip.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-tooltip/VoidTooltip.tsx
index 0bd7d9e0..9c2eec45 100644
--- a/src/vs/workbench/contrib/void/browser/react/src/void-tooltip/VoidTooltip.tsx
+++ b/src/vs/workbench/contrib/void/browser/react/src/void-tooltip/VoidTooltip.tsx
@@ -102,8 +102,7 @@ export const VoidTooltip = () => {
id="void-tooltip-ollama-settings"
border='1px solid rgba(100,100,100,.2)'
opacity={1}
- openOnClick
- openEvents={{ mouseover: true }}
+ openEvents={{ mouseover: true, click: true, focus: true }}
place='right'
style={{ pointerEvents: 'all', userSelect: 'text', fontSize: 11 }}
>