Skip to content

Commit

Permalink
Show noteskin errors toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Jul 31, 2024
1 parent b2cdf93 commit 9716232
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/src/data/UserOptionsWindowData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ export const USER_OPTIONS_WINDOW_DATA: UserOption[] = [
children: [
{
type: "item",

label: "Antialiasing",
id: "performance.antialiasing",
input: {
Expand Down Expand Up @@ -741,7 +740,6 @@ export const USER_OPTIONS_WINDOW_DATA: UserOption[] = [
children: [
{
type: "item",

label: "Show FPS",
id: "debug.showFPS",
input: {
Expand All @@ -750,7 +748,6 @@ export const USER_OPTIONS_WINDOW_DATA: UserOption[] = [
},
{
type: "item",

label: "Show rendering timers",
id: "debug.showTimers",
input: {
Expand All @@ -759,13 +756,20 @@ export const USER_OPTIONS_WINDOW_DATA: UserOption[] = [
},
{
type: "item",

label: "Show scrolls/speeds debug visual",
id: "debug.showScroll",
input: {
type: "checkbox",
},
},
{
type: "item",
label: "Show noteskin errors",
id: "debug.showNoteskinErrors",
input: {
type: "checkbox",
},
},
],
},
]

0 comments on commit 9716232

Please sign in to comment.