docs: now mentions reloading the custom profile after initially adding its startup
command
fixes #129
This commit is contained in:
parent
2544be701c
commit
81b83bba2d
2 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,8 @@ the job.
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Log level settings description no longer contains literal `\n`s.
|
* Log level settings description no longer contains literal `\n`s.
|
||||||
|
* Documentation now mentions that you have to reload your custom profile after
|
||||||
|
creating the `startup` command for the first time. (#129)
|
||||||
|
|
||||||
## EliteAttack 8.3
|
## EliteAttack 8.3
|
||||||
|
|
||||||
|
|
|
@ -167,6 +167,10 @@ You can add anything else you want your profile to do when it loads below this
|
||||||
action. You do not have to set any configuration options, this can be done way
|
action. You do not have to set any configuration options, this can be done way
|
||||||
more elegantly! More on this [later on](general.md#settings).
|
more elegantly! More on this [later on](general.md#settings).
|
||||||
|
|
||||||
|
After adding the startup command you will have to right click VoiceAttack’s
|
||||||
|
title bar and choose “Reload Active Profile” or restart VoiceAttack to it
|
||||||
|
executed for the first time.
|
||||||
|
|
||||||
#### Set Profile Options
|
#### Set Profile Options
|
||||||
|
|
||||||
While editing the profile, hit the “Options” button.
|
While editing the profile, hit the “Options” button.
|
||||||
|
|
Loading…
Reference in a new issue