Ensure adhoc builds expire correctly

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2025-01-17 12:04:02 -06:00
committed by GitHub
parent 0d33057cc4
commit f69b710371
7 changed files with 39 additions and 16 deletions
+4 -1
View File
@@ -330,7 +330,10 @@ async function renderPreferences() {
setGlobalDefaultConversationColor: ipcSetGlobalDefaultConversationColor,
// Limited support features
isAutoDownloadUpdatesSupported: Settings.isAutoDownloadUpdatesSupported(OS),
isAutoDownloadUpdatesSupported: Settings.isAutoDownloadUpdatesSupported(
OS,
MinimalSignalContext.getVersion()
),
isAutoLaunchSupported: Settings.isAutoLaunchSupported(OS),
isHideMenuBarSupported: Settings.isHideMenuBarSupported(OS),
isNotificationAttentionSupported: Settings.isDrawAttentionSupported(OS),