Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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