mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Notification Profiles: Fix scrollbars in the time picker
This commit is contained in:
@@ -449,7 +449,7 @@ async function generateManifest(
|
||||
: notificationProfiles;
|
||||
if (notificationProfileSyncDisabled) {
|
||||
const localOnlyCount =
|
||||
notificationProfilesToUpload.length - notificationProfiles.length;
|
||||
notificationProfiles.length - notificationProfilesToUpload.length;
|
||||
log.info(
|
||||
`upload(${version}): ` +
|
||||
`sync=OFF; adding notificationProfiles=${notificationProfilesToUpload.length}, excluding ${localOnlyCount} local profiles`
|
||||
|
||||
Reference in New Issue
Block a user