mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:04 -04:00 
			
		
		
		
	removed useless cercube code
This commit is contained in:
		| @@ -657,36 +657,6 @@ extern NSBundle *YTLitePlusBundle(); | |||||||
|                 } |                 } | ||||||
|                 settingItemId:0], |                 settingItemId:0], | ||||||
|  |  | ||||||
|             [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"HIDE_CERCUBE_BUTTON") |  | ||||||
|                 titleDescription:LOC(@"") |  | ||||||
|                 accessibilityIdentifier:nil |  | ||||||
|                 switchOn:IsEnabled(@"hideCercubeButton_enabled") |  | ||||||
|                 switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) { |  | ||||||
|                     [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideCercubeButton_enabled"]; |  | ||||||
|                     return YES; |  | ||||||
|                 } |  | ||||||
|                 settingItemId:0], |  | ||||||
|  |  | ||||||
|             [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"HIDE_CERCUBE_PIP_BUTTON") |  | ||||||
|                 titleDescription:LOC(@"HIDE_CERCUBE_PIP_BUTTON_DESC") |  | ||||||
|                 accessibilityIdentifier:nil |  | ||||||
|                 switchOn:IsEnabled(@"hideCercubePiP_enabled") |  | ||||||
|                 switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) { |  | ||||||
|                     [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideCercubePiP_enabled"]; |  | ||||||
|                     return YES; |  | ||||||
|                 } |  | ||||||
|                 settingItemId:0], |  | ||||||
|  |  | ||||||
|             [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"HIDE_CERCUBE_DOWNLOAD_BUTTON") |  | ||||||
|                 titleDescription:LOC(@"HIDE_CERCUBE_DOWNLOAD_BUTTON_DESC") |  | ||||||
|                 accessibilityIdentifier:nil |  | ||||||
|                 switchOn:IsEnabled(@"hideCercubeDownload_enabled") |  | ||||||
|                 switchBlock:^BOOL (YTSettingsCell *cell, BOOL disabled) { |  | ||||||
|                     [[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"hideCercubeDownload_enabled"]; |  | ||||||
|                     return YES; |  | ||||||
|                 } |  | ||||||
|                 settingItemId:0], |  | ||||||
|  |  | ||||||
|             [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"DISABLE_WIFI_RELATED_SETTINGS") |             [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"DISABLE_WIFI_RELATED_SETTINGS") | ||||||
|                 titleDescription:LOC(@"DISABLE_WIFI_RELATED_SETTINGS_DESC") |                 titleDescription:LOC(@"DISABLE_WIFI_RELATED_SETTINGS_DESC") | ||||||
|                 accessibilityIdentifier:nil |                 accessibilityIdentifier:nil | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn