SYNC: Run macro context menu

This commit is contained in:
SPRINX0\prochazka
2025-12-12 10:05:05 +01:00
committed by Diflow
parent bc695f5af9
commit a0b025cf59
5 changed files with 30 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
import { getContext } from 'svelte';
import FontIcon from '../icons/FontIcon.svelte';
import ToolbarButton from '../buttons/ToolbarButton.svelte';
import { _t } from '../translations';
import { _t, _tval } from '../translations';
export let onExecute;
@@ -13,7 +13,7 @@
<div class="header">
<FontIcon icon="img macro" />
<div class="ml-2">
{$selectedMacro?.title}
{_tval($selectedMacro?.title)}
</div>
</div>
<div class="buttons">