Skip to content

Commit

Permalink
feat: quick link for toggling discord overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
deluvas1911 committed Jan 24, 2024
1 parent ed600b1 commit 01be189
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion articles/troubleshooting/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,11 @@ The detailed information about what was done can be found in the following list:
| Link | Target | Description |
|---------------------------------------------------------|------------------------------------------------|-------------------------------------|
| [Enable](altv://action/setcfg?useSharedTextures=true) | `altv://action/setcfg?useSharedTextures=true` | Enables the use of shared textures |
| [Disable](altv://action/setcfg?useSharedTextures=false) | `altv://action/setcfg?useSharedTextures=false` | Disables the use of shared textures |
| [Disable](altv://action/setcfg?useSharedTextures=false) | `altv://action/setcfg?useSharedTextures=false` | Disables the use of shared textures |
#### enableDiscordOverlay
| Link | Target | Description |
|------------------------------------------------------------|---------------------------------------------------|------------------------------|
| [Enable](altv://action/setcfg?enableDiscordOverlay=true) | `altv://action/setcfg?enableDiscordOverlay=true` | Enables the discord overlay |
| [Disable](altv://action/setcfg?enableDiscordOverlay=false) | `altv://action/setcfg?enableDiscordOverlay=false` | Disables the discord overlay |

0 comments on commit 01be189

Please sign in to comment.