Store PowerControl settings in .ini

This commit is contained in:
Kamil Trzciński 2022-12-08 10:43:10 +01:00
parent 1ffc9255e6
commit 1d6043cab0
6 changed files with 59 additions and 158 deletions

View file

@ -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++)