mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
add links to online docs
This commit is contained in:
parent
f1a5d67f90
commit
5670730198
2 changed files with 3 additions and 1 deletions
|
@ -14,4 +14,4 @@ It can connect to Twitch and OBS, allowing you to take stream interactivity to t
|
|||
The app can currently connect to Twitch and read and send chats in a single channel.
|
||||
It can also connect to a single OBS instance (utilizing OBS-WebSocket, which is bundled with modern versions of OBS).
|
||||
|
||||
For more information about nodes that currently exist, check out the wiki.
|
||||
For more information about nodes that currently exist, [check out the wiki.](https://codeberg.org/Eroax/StreamGraph/wiki)
|
||||
|
|
|
@ -453,3 +453,5 @@ func _on_help_id_pressed(id: int) -> void:
|
|||
match id:
|
||||
HelpMenuId.ABOUT:
|
||||
about_dialog.show()
|
||||
HelpMenuId.DOCS:
|
||||
OS.shell_open("https://codeberg.org/Eroax/StreamGraph/wiki")
|
||||
|
|
Loading…
Reference in a new issue