Skip to content

Fix developer mode secret toggle not requiring the right amount of clicks#5437

Open
isXander wants to merge 1 commit intomodrinth:mainfrom
isXander:fix/5436
Open

Fix developer mode secret toggle not requiring the right amount of clicks#5437
isXander wants to merge 1 commit intomodrinth:mainfrom
isXander:fix/5436

Conversation

@isXander
Copy link
Contributor

Fixes #5436

})
}
} else {
developerModeCounter.value++
Copy link
Member

Choose a reason for hiding this comment

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

feel like it'd be easier to read/more intuitive to just move this increment up above the check and keep the number as 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Enabling developer mode takes 6 clicks, not 5

2 participants