Skip to content

Commit

Permalink
feat: add divider between VersionControl and rest of controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel-Tyan committed Feb 21, 2025
1 parent f645ca1 commit a501439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Controls/Controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const Controls = memo<ControlsProps>((props) => {
onChange={onChangeVersion ?? ((_version: string) => {})}
/>
),
'---',
controlFlags.withFullscreenControl && (
<FullScreenControl
key="fullscreen-control"
Expand Down

0 comments on commit a501439

Please sign in to comment.