Skip to content

Commit

Permalink
Remove the Recorder from the Web version
Browse files Browse the repository at this point in the history
It's not working anyway, and I'm not sure if there is a way to make it work, at least with a good and user-friendly way. If we find a way we could re-add it in the future.
  • Loading branch information
OverloadedOrama committed Nov 12, 2024
1 parent 5739a8b commit 2600180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/UI/Recorder/Recorder.gd
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ class Recorder:


func _ready() -> void:
if OS.get_name() == "Web":
ExtensionsApi.panel.remove_node_from_tab.call_deferred(self)
return
Global.project_switched.connect(_on_project_switched)
# Make a recordings folder if there isn't one
chosen_dir = Global.home_data_directory.path_join("Recordings")
Expand Down

0 comments on commit 2600180

Please sign in to comment.