mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-08 01:00:13 +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);
|
menu = SlideUpMenuOverlay(container.context, container, "Subscription Settings", null, true, items);
|
||||||
|
|
||||||
|
if(subscription.doNotifications)
|
||||||
|
menu.selectOption(null, "notifications", true, true);
|
||||||
if(subscription.doFetchLive)
|
if(subscription.doFetchLive)
|
||||||
menu.selectOption(null, "fetchLive", true, true);
|
menu.selectOption(null, "fetchLive", true, true);
|
||||||
if(subscription.doFetchStreams)
|
if(subscription.doFetchStreams)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue