add links to online docs

This commit is contained in:
Lera Elvoé 2023-12-16 00:33:52 +03:00
parent f1a5d67f90
commit 5670730198
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -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. 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). 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)

View file

@ -453,3 +453,5 @@ func _on_help_id_pressed(id: int) -> void:
match id: match id:
HelpMenuId.ABOUT: HelpMenuId.ABOUT:
about_dialog.show() about_dialog.show()
HelpMenuId.DOCS:
OS.shell_open("https://codeberg.org/Eroax/StreamGraph/wiki")