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

@@ -15,6 +15,7 @@ export interface Settings {
openLinksWithElectron?: boolean;
staticTitle?: boolean;
enableMenu?: boolean;
disableSmoothScroll?: boolean;
arRPC?: boolean;
appBadge?: boolean;
discordWindowsTitleBar?: boolean;