Skip to content

Commit

Permalink
Update ToolboxPlaceholder.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Feb 29, 2024
1 parent da18867 commit 912e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/toolbox/ToolboxPlaceholder.hx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ToolboxPlaceholder extends states.MusicBeatState {

public var pages:Map<String, Array<Dynamic>> = [
"Categories" => [
new ToolboxPageOption("Tools", 0, "Tools"),
new ToolboxPageOption("Tools", 0, "Tools",),
#if windows
new ToolboxPageOption("Documentation", 1, "Documentation")
#end
Expand Down

0 comments on commit 912e285

Please sign in to comment.