mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-05 01:10:49 +00:00
release notes
This commit is contained in:
@@ -43,7 +43,7 @@ export function WhatsNewModal({
|
|||||||
const releaseNotes: ReleaseNotesType = {
|
const releaseNotes: ReleaseNotesType = {
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.81-1" />],
|
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes" />],
|
||||||
};
|
};
|
||||||
|
|
||||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||||
|
|||||||
Reference in New Issue
Block a user