Skip to content

Commit

Permalink
feat: make tauri version draggable
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Nov 12, 2023
1 parent 233107a commit 6202477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/components/Titlebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Titlebar: React.FC<Props> = ({ darkMode, timerType }) => {
}, [darkMode, timerType]);

return (
<StyledTitlebar>
<StyledTitlebar data-tauri-drag-region={true}>
<StyledMarkWrapper>
<StyledMarkLogo src={getAppIcon()} />
<StyledMarkName>
Expand Down

0 comments on commit 6202477

Please sign in to comment.