mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
More contextual copy
This commit is contained in:
parent
ffabd6188d
commit
8c6563a671
1 changed files with 6 additions and 1 deletions
|
@ -428,7 +428,12 @@ function ShortcutsSettings({ onClose }) {
|
|||
disabled={shortcuts.length >= SHORTCUTS_LIMIT}
|
||||
onClick={() => setShowForm(true)}
|
||||
>
|
||||
<Icon icon="plus" /> <span>Add shortcut</span>
|
||||
<Icon icon="plus" />{' '}
|
||||
<span>
|
||||
{snapStates.settings.shortcutsViewMode === 'multi-column'
|
||||
? 'Add column…'
|
||||
: 'Add shortcut…'}
|
||||
</span>
|
||||
</button>
|
||||
</p>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Reference in a new issue