Added renaming layers on right click, removed a lot of old debug logging

This commit is contained in:
2025-07-21 08:29:11 +10:00
parent 85a208a729
commit e8620611df
19 changed files with 184 additions and 360 deletions

View File

@@ -211,7 +211,6 @@ func _on_stream_deck_check_toggled(button_pressed):
func _on_experimental_mic_loudness_toggle(checked):
Global.experimentalMicLoudness = checked
Saving.settings["experimentalMicLoudness"] = checked
print("Experimental mic loudness: ", checked)
func _process(delta):