mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Fix initial selection of subscription settings
This commit is contained in:
parent
4c82fa1a4a
commit
2da3116111
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ class UISlideOverlays {
|
|||
|
||||
menu = SlideUpMenuOverlay(container.context, container, "Subscription Settings", null, true, items);
|
||||
|
||||
if(subscription.doNotifications)
|
||||
menu.selectOption(null, "notifications", true, true);
|
||||
if(subscription.doFetchLive)
|
||||
menu.selectOption(null, "fetchLive", true, true);
|
||||
if(subscription.doFetchStreams)
|
||||
|
|
Loading…
Add table
Reference in a new issue