kopia lustrzana https://github.com/cheeaun/phanpy
More contextual copy
rodzic
ffabd6188d
commit
8c6563a671
|
@ -428,7 +428,12 @@ function ShortcutsSettings({ onClose }) {
|
||||||
disabled={shortcuts.length >= SHORTCUTS_LIMIT}
|
disabled={shortcuts.length >= SHORTCUTS_LIMIT}
|
||||||
onClick={() => setShowForm(true)}
|
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>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
|
|
Ładowanie…
Reference in New Issue