diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index ae3624f..5a6d18e 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -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: | diff --git a/Source/Themes.xm b/Source/Themes.xm index 592df41..8c0e4c7 100644 --- a/Source/Themes.xm +++ b/Source/Themes.xm @@ -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 { diff --git a/lang/YTLitePlus.bundle/ro.lproj/Localizable.strings b/lang/YTLitePlus.bundle/ro.lproj/Localizable.strings index f411340..1a83fb8 100644 --- a/lang/YTLitePlus.bundle/ro.lproj/Localizable.strings +++ b/lang/YTLitePlus.bundle/ro.lproj/Localizable.strings @@ -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.";