1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Add video playback preferences

This commit is contained in:
Zed
2019-08-19 03:28:04 +02:00
parent c2413ccfdd
commit ed327bac24
4 changed files with 43 additions and 14 deletions

View File

@@ -51,7 +51,9 @@ db("cache.db", "", "", ""):
.}: VideoType
Prefs* = object
videoPlayback*: bool
hlsPlayback*: bool
mp4Playback*: bool
muteVideos*: bool
autoplayGifs*: bool
hideTweetStats*: bool
hideBanner*: bool