diff --git a/app/HardwareMonitor.cs b/app/HardwareMonitor.cs
index f4169a08..f7c77047 100644
--- a/app/HardwareMonitor.cs
+++ b/app/HardwareMonitor.cs
@@ -126,8 +126,8 @@ public static class HardwareMonitor
{
Thread.Sleep(1000);
return (GetGpuUse() > threshold);
- } else
- return false;
+ }
+ return false;
}
public static void RecreateGpuTemperatureProviderWithDelay()
diff --git a/app/Keyboard.Designer.cs b/app/Keyboard.Designer.cs
index a3d8e735..068528ae 100644
--- a/app/Keyboard.Designer.cs
+++ b/app/Keyboard.Designer.cs
@@ -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);
diff --git a/app/Properties/Strings.tr.resx b/app/Properties/Strings.tr.resx
index f030549d..392d6f28 100644
--- a/app/Properties/Strings.tr.resx
+++ b/app/Properties/Strings.tr.resx
@@ -361,7 +361,7 @@
Başlangıçta Çalıştır
- Kapat
+ Kapalı
Sessiz
@@ -405,4 +405,4 @@
Uygulama penceresini her zaman en üstte tut
-
+
\ No newline at end of file