Skip to content

Commit

Permalink
changed Description
Browse files Browse the repository at this point in the history
  • Loading branch information
A-tG committed Apr 25, 2022
1 parent 0041ab0 commit e5c94b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VoicemeeterOsdProgram/Options/ProgramOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class ProgramOptions : OptionsBase
{
private bool m_autostart = false;

[Description(@"May appear as ""Application Frame Host"" in Task Manager's Startup tab")]
[Description(@"May appear as ""Application Frame Host"" in Startup tab of the Task Manager")]
public bool Autostart
{
get => m_autostart;
Expand Down

0 comments on commit e5c94b9

Please sign in to comment.