Add WebLN types, only show zap button when WebLN is available

This commit is contained in:
Alex Gleason
2024-01-22 14:37:44 -06:00
parent 459bc72365
commit 797fca7111
5 changed files with 9 additions and 4 deletions

View File

@@ -791,7 +791,7 @@ const StatusActionBar: React.FC<IStatusActionBar> = ({
/>
)}
{acceptsZaps && (
{(acceptsZaps && window.webln) && (
<StatusActionButton
title={intl.formatMessage(messages.zap)}
icon={require('@tabler/icons/bolt.svg')}