mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Merge pull request #1899 from Svallinn/master
Fix: functional hl / dark_mode / thin_mode params
This commit is contained in:
commit
5ec23df460
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ before_all do |env|
|
|||
preferences.dark_mode = dark_mode
|
||||
preferences.thin_mode = thin_mode
|
||||
preferences.locale = locale
|
||||
env.set "preferences", preferences
|
||||
|
||||
current_page = env.request.path
|
||||
if env.request.query
|
||||
|
|
Loading…
Reference in a new issue