readded removed commits

This commit is contained in:
Balackburn
2024-02-13 20:42:20 +01:00
parent a3d1a1e31a
commit 0e7d114635
3 changed files with 17 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1
- name: Set up Git
run: |

View File

@@ -112,6 +112,13 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
}
%end
// Hide separators
%hook YTCollectionSeparatorView
- (void)setHidden:(BOOL)arg1 {
%orig(YES);
}
%end
// Explore
%hook ASScrollView
- (void)didMoveToWindow {
@@ -355,6 +362,13 @@ UIColor *customHexColor;
}
%end
// Hide separators
%hook YTCollectionSeparatorView
- (void)setHidden:(BOOL)arg1 {
%orig(YES);
}
%end
// Explore
%hook ASScrollView
- (void)didMoveToWindow {

View File

@@ -17,8 +17,8 @@
"HIDE_RIGHT_PANEL" = "Ascunde panoul lateral în modul ecran complet";
"HIDE_RIGHT_PANEL_DESC" = "Este necesară repornirea aplicației.";
"NO_SUGGESTED_VIDEO" = "Hide Suggested Video (YTNoSuggestedVideo)";
"NO_SUGGESTED_VIDEO_DESC" = "Remove the suggested video popup when finishing a video";
"NO_SUGGESTED_VIDEO" = "Ascundere videoclipuri sugerate (YTNoSuggestedVideo)";
"NO_SUGGESTED_VIDEO_DESC" = "Ascunde fereastra de clipuri sugerate care apare după terminarea videoclipului curent.";
"HIDE_HEATWAVES" = "Ascunde Heatwaves";
"HIDE_HEATWAVES_DESC" = "Ascundere Heatwaves în player-ul video. Este necesară repornirea aplicației.";