Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/platforms/godot/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ If `false`, the SDK will not initialize. This is useful for temporarily disablin

</ConfigKey>

<ConfigKey name="disabled-in-editor">
<ConfigKey name="disabled-in-editor-play">

If `true`, the SDK will not initialize in the Godot editor.
If `true`, the SDK will not initialize when you play/run your project from within the Godot editor (using the play button or F5).

</ConfigKey>

Expand Down