We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b56043 commit 918eecfCopy full SHA for 918eecf
1 file changed
Template/addons/SetupPlugin/Scripts/Dock/DevToolsTab.gd
@@ -212,7 +212,7 @@ func _on_nullable_pressed() -> void:
212
var new_state: bool = not NullableProjectSettingsScript.read_state(_project_root())
213
NullableProjectSettingsScript.set_state(_project_root(), new_state)
214
_update_nullable_button_text()
215
- _set_status("Nullable %s. Rebuild the project to apply." % ("enabled" if new_state else "disabled"))
+ _set_status("Nullable %s. Updated .editorconfig and .csproj." % ("enabled" if new_state else "disabled"))
216
_feedback_timer.start()
217
218
# Loads previously tracked update identifiers from persistent cache.
0 commit comments