Skip to content

Commit 0239f88

Browse files
committed
Disable custom homepage
1 parent aee7330 commit 0239f88

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: maxim-lobanov/setup-xcode@v1
3939
if: startsWith(runner.os, 'mac')
4040
with:
41-
xcode-version: '13.1.0'
41+
xcode-version: '16.0.0'
4242
# This is gonna be hacky.
4343
# Github made us upgrade xcode, which would force an upgrade of electron-builder to fix mac.
4444
# But there were bugs with copyfiles / extraFiles that kept seeing duplicates erroring on ln.

ui/util/buildHomepage.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ export function GetLinksData(
167167
}
168168

169169
// **************************************************************************
170-
// @if CUSTOM_HOMEPAGE='false'
170+
// @_if CUSTOM_HOMEPAGE='false'
171+
// TODO Renable
171172

172173
/*
173174
const YOUTUBER_CHANNEL_IDS = [
@@ -345,7 +346,7 @@ export function GetLinksData(
345346
if (!showPersonalizedChannels) rowData.push(TOP_CHANNELS);
346347
}
347348

348-
// @endif
349+
// @_endif
349350
// **************************************************************************
350351

351352
// TODO: provide better method for exempting from homepage

0 commit comments

Comments
 (0)