Skip to content

Commit

Permalink
Update src/components/quick-settings.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
  • Loading branch information
andrewfulton9 and krassowski authored Jun 14, 2024
1 parent 6aef227 commit 7433b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/quick-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export function QuickSettings(props: {
const { commands } = props;

const menu = new MenuSvg({ commands: commands });
menu.addItem({ command: CommandIDs.showStarred, args: {} });
menu.addItem({ command: CommandIDs.searchAllSections, args: {} });
menu.addItem({ command: CommandIDs.openSettings, args: {} });
menu.addItem({ command: CommandIDs.showStarred });
menu.addItem({ command: CommandIDs.searchAllSections });
menu.addItem({ command: CommandIDs.openSettings });

const iconRef = React.useRef<HTMLDivElement>(null);

Expand Down

0 comments on commit 7433b3d

Please sign in to comment.