mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-07 23:33:52 +00:00
Reset resolution to default as it will pick highest refresh rate
Make Resolution change to be experimental features
This commit is contained in:
parent
c89a59ab0b
commit
e5fd135b30
7 changed files with 47 additions and 7 deletions
22
PowerControl/Settings.Designer.cs
generated
22
PowerControl/Settings.Designer.cs
generated
|
|
@ -59,22 +59,40 @@ namespace PowerControl {
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool EnableNeptuneController {
|
||||
get {
|
||||
return ((bool)(this["EnableNeptuneController"]));
|
||||
}
|
||||
set {
|
||||
this["EnableNeptuneController"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool EnableVolumeControls {
|
||||
get {
|
||||
return ((bool)(this["EnableVolumeControls"]));
|
||||
}
|
||||
set {
|
||||
this["EnableVolumeControls"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool EnableExperimentalFeatures {
|
||||
get {
|
||||
return ((bool)(this["EnableExperimentalFeatures"]));
|
||||
}
|
||||
set {
|
||||
this["EnableExperimentalFeatures"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue