Skip to content

Commit

Permalink
don't show cursor options
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Feb 13, 2025
1 parent d0e46e1 commit 45eb061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/routes/editor/ConfigSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ export function ConfigSidebar() {
</Field>
</KTabs.Content>
<KTabs.Content value="cursor" class="flex flex-col gap-6">
{window.FLAGS.recordMouseState === false ? (
{window.FLAGS.recordMouseState === true ? (
<>
<Field name="Cursor" icon={<IconCapCursor />}>
<Subfield name="Hide cursor when not moving">
Expand Down

1 comment on commit 45eb061

@vercel
Copy link

@vercel vercel bot commented on 45eb061 Feb 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.