Skip to content

Commit

Permalink
Add sidebar toggle keybinding title hint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Nov 29, 2023
1 parent 0abf5e1 commit fa90428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/render/tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function main(config) {
const name = config.name ? config.name : '';

const aside = /* html */ `
<button class="sidebar-toggle" aria-label="Menu">
<button class="sidebar-toggle" aria-label="Menu" title="Press \\ to toggle sidebar">
<div class="sidebar-toggle-button">
<span></span><span></span><span></span>
</div>
Expand Down

0 comments on commit fa90428

Please sign in to comment.