feat: Add option to disable smooth scrolling (#255)

This commit is contained in:
Michal Vaniš
2023-11-24 23:14:23 +01:00
committed by GitHub
parent 49e0411be6
commit 96b0652a06
3 changed files with 8 additions and 0 deletions

View File

@@ -42,6 +42,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],
["splashTheming", "Splash theming", "Adapt the splash window colors to your custom theme", false],
[
"openLinksWithElectron",