Skip to content

Commit 456f813

Browse files
authored
Merge pull request #8524 from gitbutlerapp/disabled-shortcuts-icon
Fix some broken GitLab stuff
2 parents fa493d2 + 00b5243 commit 456f813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/components/ChromeSidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
onclick={() => {
251251
keyboardShortcutsModal?.show();
252252
}}
253-
{disabled}
253+
disabled={true}
254254
/>
255255
<Button
256256
icon="mail"

0 commit comments

Comments
 (0)