mirror of
				https://github.com/yattee/yattee.git
				synced 2025-10-31 12:41:57 +00:00 
			
		
		
		
	Hide buttons in channels menu on list view
This commit is contained in:
		| @@ -72,17 +72,17 @@ struct SubscriptionsView: View { | ||||
|             Menu { | ||||
|                 if subscriptionsViewPage == .feed { | ||||
|                     ListingStyleButtons(listingStyle: $subscriptionsListingStyle) | ||||
|  | ||||
|                     Section { | ||||
|                         HideWatchedButtons() | ||||
|                         HideShortsButtons() | ||||
|                     } | ||||
|  | ||||
|                     playUnwatchedButton | ||||
|  | ||||
|                     toggleWatchedButton | ||||
|                 } | ||||
|  | ||||
|                 Section { | ||||
|                     HideWatchedButtons() | ||||
|                     HideShortsButtons() | ||||
|                 } | ||||
|  | ||||
|                 playUnwatchedButton | ||||
|  | ||||
|                 toggleWatchedButton | ||||
|  | ||||
|                 Section { | ||||
|                     SettingsButtons() | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arkadiusz Fal
					Arkadiusz Fal