C# Class BrightnessTray.Config

Show file Open project: navhaxs/BrightnessTray

Public Properties

Property Type Description
showPercentageText bool
showTextIcon bool

Property Details

showPercentageText static public property

Pop-up panel: Show % text label (TODO: set by a startup parameter)
static public bool showPercentageText
return bool

showTextIcon static public property

Tray icon: Show % text instead of the pretty icon (TODO: set by a startup parameter)
static public bool showTextIcon
return bool