Add Volume/Brightness control

This commit is contained in:
Kamil Trzciński 2022-11-16 08:28:17 +01:00
parent 75b47af114
commit 763d20b418
9 changed files with 120 additions and 7 deletions

View file

@ -67,5 +67,14 @@ namespace PowerControl {
return ((bool)(this["EnableNeptuneController"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool EnableVolumeControls {
get {
return ((bool)(this["EnableVolumeControls"]));
}
}
}
}