Add run button link

This commit is contained in:
Gregory Schier
2025-07-21 07:47:29 -07:00
parent 2bd8a50df4
commit 7eb3f123c6
2 changed files with 6 additions and 0 deletions

View File

@@ -42,6 +42,11 @@ export function SettingsDropdown() {
});
},
},
{
label: 'Create Run Button',
leftSlot: <Icon icon="rocket" />,
onSelect: () => openUrl("https://yaak.app/button/new"),
},
{
label: 'Import Data',
leftSlot: <Icon icon="folder_input" />,