mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Add Volume/Brightness control
This commit is contained in:
parent
75b47af114
commit
763d20b418
9 changed files with 120 additions and 7 deletions
9
PowerControl/Settings.Designer.cs
generated
9
PowerControl/Settings.Designer.cs
generated
|
|
@ -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"]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue