mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Add backup media download progress to settings pane
This commit is contained in:
@@ -10,7 +10,6 @@ import { Button, ButtonSize, ButtonVariant } from '../Button';
|
||||
import { SystemMessage } from './SystemMessage';
|
||||
import { ChatSessionRefreshedDialog } from './ChatSessionRefreshedDialog';
|
||||
import { openLinkInWebBrowser } from '../../util/openLinkInWebBrowser';
|
||||
import { getLocalizedUrl } from '../../util/getLocalizedUrl';
|
||||
|
||||
type PropsHousekeepingType = {
|
||||
i18n: LocalizerType;
|
||||
@@ -34,9 +33,8 @@ export function ChatSessionRefreshedNotification(
|
||||
const wrappedContactSupport = useCallback(() => {
|
||||
setIsDialogOpen(false);
|
||||
|
||||
const url = getLocalizedUrl(
|
||||
'https://support.signal.org/hc/LOCALE/requests/new?desktop&chat_refreshed'
|
||||
);
|
||||
const url =
|
||||
'https://support.signal.org/hc/requests/new?desktop&chat_refreshed';
|
||||
|
||||
openLinkInWebBrowser(url);
|
||||
}, [setIsDialogOpen]);
|
||||
|
||||
Reference in New Issue
Block a user