make hardwareAcceleration setting more intuitive

This commit is contained in:
Vendicated
2024-01-06 02:02:54 +01:00
parent a89cd9d2ba
commit 0b01732293
3 changed files with 4 additions and 9 deletions

View File

@@ -43,12 +43,7 @@ export default function SettingsUi() {
["staticTitle", "Static Title", 'Makes the window title "Vesktop" instead of changing to the current page'],
["enableMenu", "Enable Menu Bar", "Enables the application menu bar. Press ALT to toggle visibility."],
["disableSmoothScroll", "Disable smooth scrolling", "Disables smooth scrolling in Vesktop", false],
[
"disableHardwareAcceleration",
"Disable Hardware Acceleration",
"Disables hardware acceleration in Vesktop",
false
],
["hardwareAcceleration", "Hardware Acceleration", "Enable hardware acceleration", true],
["splashTheming", "Splash theming", "Adapt the splash window colors to your custom theme", false],
[
"openLinksWithElectron",