Skip to content

Commit 918eecf

Browse files
Improve feedback for nullable button
1 parent 1b56043 commit 918eecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Template/addons/SetupPlugin/Scripts/Dock/DevToolsTab.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func _on_nullable_pressed() -> void:
212212
var new_state: bool = not NullableProjectSettingsScript.read_state(_project_root())
213213
NullableProjectSettingsScript.set_state(_project_root(), new_state)
214214
_update_nullable_button_text()
215-
_set_status("Nullable %s. Rebuild the project to apply." % ("enabled" if new_state else "disabled"))
215+
_set_status("Nullable %s. Updated .editorconfig and .csproj." % ("enabled" if new_state else "disabled"))
216216
_feedback_timer.start()
217217

218218
# Loads previously tracked update identifiers from persistent cache.

0 commit comments

Comments
 (0)