Skip to content

Commit 99d4560

Browse files
committed
add shortcut value for edit layout
1 parent 44a1564 commit 99d4560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/components/Settings/SettingsLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ export const SettingsLayout = () => {
6060
{isLocked ? (
6161
<>
6262
<Lock size={20} weight="bold" />
63-
<span>Edit Layout</span>
63+
<span>Edit Layout (F6)</span>
6464
</>
6565
) : (
6666
<>
6767
<LockOpen size={20} weight="bold" />
68-
<span>Editing Layout</span>
68+
<span>Editing Layout (F6)</span>
6969
</>
7070
)}
7171
</button>

0 commit comments

Comments
 (0)