Skip to content

Commit

Permalink
added Description
Browse files Browse the repository at this point in the history
  • Loading branch information
A-tG committed Apr 25, 2022
1 parent 9be8242 commit 0041ab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VoicemeeterOsdProgram/Options/ProgramOptions.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using System;
using System.ComponentModel;

namespace VoicemeeterOsdProgram.Options
{
public class ProgramOptions : OptionsBase
{
private bool m_autostart = false;

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

0 comments on commit 0041ab0

Please sign in to comment.