Show notification when program is changed in another window

This commit is contained in:
David Lechner
2020-06-09 23:51:32 -05:00
committed by David Lechner
parent f721f959f0
commit 6d81da0df0
8 changed files with 138 additions and 22 deletions
+1
View File
@@ -26,6 +26,7 @@ class NotificationStack extends React.Component<NotificationStackProps> {
message={n.message}
messageId={n.messageId}
helpUrl={n.helpUrl}
action={n.action}
/>
))}
</Toaster>