mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 06:43:49 +00:00
Store PowerControl settings in .ini
This commit is contained in:
parent
1ffc9255e6
commit
1d6043cab0
6 changed files with 59 additions and 158 deletions
|
|
@ -14,10 +14,6 @@ namespace PowerControl
|
|||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
#if DEBUG
|
||||
Settings.Default.EnableExperimentalFeatures = true;
|
||||
#endif
|
||||
|
||||
if (Settings.Default.EnableExperimentalFeatures)
|
||||
{
|
||||
for (int i = 0; !VangoghGPU.IsSupported; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue