mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

* Expose video driver options for Qt6 * Default to d3d11/metal/vulkan on Qt6 * Remove `pass` * Add missing word to existing translation * Default to OpenGL on Linux * Exclude Vulkan from macOS * Label default drivers
9 lines
508 B
Text
9 lines
508 B
Text
## Video drivers/hardware acceleration. Please avoid translating 'OpenGL' and 'ANGLE'.
|
|
|
|
preferences-video-driver = Video driver
|
|
preferences-video-driver-opengl-mac = OpenGL (recommended on Macs)
|
|
preferences-video-driver-software-mac = Software (not recommended)
|
|
preferences-video-driver-opengl-other = OpenGL (faster, may cause issues)
|
|
preferences-video-driver-software-other = Software (slower)
|
|
preferences-video-driver-angle = ANGLE (may work better than OpenGL)
|
|
preferences-video-driver-default = default
|