Minor tweaks

This commit is contained in:
seerge
2023-04-11 22:30:17 +02:00
parent 9562f77c6f
commit e3cb2bb4a1
3 changed files with 5 additions and 5 deletions

View File

@@ -126,8 +126,8 @@ public static class HardwareMonitor
{
Thread.Sleep(1000);
return (GetGpuUse() > threshold);
} else
return false;
}
return false;
}
public static void RecreateGpuTemperatureProviderWithDelay()

View File

@@ -283,7 +283,7 @@ namespace GHelper
//
AutoScaleDimensions = new SizeF(13F, 32F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(776, 858);
ClientSize = new Size(830, 858);
Controls.Add(groupOther);
Controls.Add(groupLight);
Controls.Add(groupBox1);

View File

@@ -361,7 +361,7 @@
<value>Başlangıçta Çalıştır</value>
</data>
<data name="Shutdown" xml:space="preserve">
<value>Kapat</value>
<value>Kapalı</value>
</data>
<data name="Silent" xml:space="preserve">
<value>Sessiz</value>
@@ -405,4 +405,4 @@
<data name="WindowTop" xml:space="preserve">
<value>Uygulama penceresini her zaman en üstte tut</value>
</data>
</root>
</root>