mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-19 07:32:05 +00:00
default: turn off smooth scroll
This commit is contained in:
parent
547673a540
commit
d3b5a36e30
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ export const defaults = {
|
|||
doHURL: 'https://cloudflare-dns.com/dns-query',
|
||||
disableSubtitleBlur: SUPPORTS.isAndroid,
|
||||
showDetailsInRPC: true,
|
||||
smoothScroll: !SUPPORTS.isAndroid,
|
||||
smoothScroll: false,
|
||||
cards: 'small',
|
||||
expandingSidebar: !SUPPORTS.isAndroid,
|
||||
torrentPathNew: undefined,
|
||||
|
|
|
|||
Loading…
Reference in a new issue