Skip to content

Add “Don't show again” option to NVIDIA driver warning dialog #1534

@benceruleanlu

Description

@benceruleanlu

The NVIDIA driver warning dialog should support a "Don't show again" option.

Current dialog:

await this.appWindow.showMessageBox({
  type: 'warning',
  title: 'Update NVIDIA Driver',
  message: 'Your NVIDIA driver may be too old for PyTorch 2.9.1 + cu130.',
  detail: `Detected driver version: ${driverVersion}\nRecommended minimum: ${NVIDIA_DRIVER_MIN_VERSION}\n\nPlease consider updating your NVIDIA drivers and retrying if you run into issues.`,
  buttons: ['OK'],
});

Request: add a "Don't show again" choice (or checkbox) and persist the user's preference so the warning can be suppressed in future runs.

┆Issue is synchronized with this Notion page by Unito

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions