mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:47:17 +08:00
Fix toast changes in react-sdk
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
59e526e318
commit
c9aa0ceb00
@ -170,8 +170,8 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||
title: _t("download_completed"),
|
||||
props: {
|
||||
description: name,
|
||||
acceptLabel: _t("action|open"),
|
||||
onAccept,
|
||||
primaryLabel: _t("action|open"),
|
||||
onPrimaryClick: onAccept,
|
||||
dismissLabel: _t("action|dismiss"),
|
||||
onDismiss,
|
||||
numSeconds: 10,
|
||||
|
Loading…
Reference in New Issue
Block a user