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