mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 01:49:13 +01:00
Switch to Lucide icons
This commit is contained in:
@@ -93,7 +93,7 @@ export function SettingsDropdown() {
|
||||
key: 'update-mode',
|
||||
label: updateMode === 'stable' ? 'Enable Beta' : 'Disable Beta',
|
||||
onSelect: () => setUpdateMode(updateMode === 'stable' ? 'beta' : 'stable'),
|
||||
leftSlot: <Icon icon="rocket" />,
|
||||
leftSlot: <Icon icon="flask" />,
|
||||
},
|
||||
{
|
||||
key: 'update-check',
|
||||
|
||||
Reference in New Issue
Block a user