C# Class BrightnessTray.Config

Mostrar archivo Open project: navhaxs/BrightnessTray

Public Properties

Property Type Description
showPercentageText bool
showTextIcon bool

Property Details

showPercentageText static_oe public_oe property

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

showTextIcon static_oe public_oe property

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