mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy(ui): remove unused gallery hotkeys
This commit is contained in:
parent
474eab6f8a
commit
d55ea318ec
@ -140,16 +140,6 @@ export const useHotkeyData = (): HotkeyGroup[] => {
|
||||
desc: t('hotkeys.nextImage.desc'),
|
||||
hotkeys: [['Arrow Right']],
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.increaseGalleryThumbSize.title'),
|
||||
desc: t('hotkeys.increaseGalleryThumbSize.desc'),
|
||||
hotkeys: [['Shift', 'Up']],
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.decreaseGalleryThumbSize.title'),
|
||||
desc: t('hotkeys.decreaseGalleryThumbSize.desc'),
|
||||
hotkeys: [['Shift', 'Down']],
|
||||
},
|
||||
],
|
||||
}),
|
||||
[t]
|
||||
|
Loading…
Reference in New Issue
Block a user