feat(settings): add Windows toggle to disable WebView2 hardware acceleration

This commit is contained in:
xintaofei
2026-04-25 11:57:35 +08:00
parent 5ae081e87a
commit f0bd2a28a2
19 changed files with 338 additions and 3 deletions

View File

@@ -114,6 +114,13 @@
"appLanguage": "App language",
"languageSaveSuccess": "Language settings saved",
"languageSaveFailed": "Failed to save language settings: {message}",
"renderingTitle": "Rendering",
"renderingDescription": "Disable hardware acceleration if the app shows a black screen or rendering glitches (common on certain AMD GPUs or Intel integrated GPUs). Only takes effect on the Windows desktop build.",
"disableHardwareAcceleration": "Disable hardware acceleration",
"renderingSaveFailed": "Failed to save rendering settings: {message}",
"restartRequired": "Saved. Restart the app for the change to take effect.",
"restartNow": "Restart now",
"restartFailed": "Failed to restart: {message}",
"updateTitle": "App Update",
"versionTitle": "Software Update",
"updateDescription": "Check the configured release source for newer versions and install directly when available.",