diff --git a/app/Mode/ModeControl.cs b/app/Mode/ModeControl.cs index 53b77271..238ed75a 100644 --- a/app/Mode/ModeControl.cs +++ b/app/Mode/ModeControl.cs @@ -78,7 +78,7 @@ namespace GHelper.Mode // Workaround for not properly resetting limits on G14 2024 if (reset) { - Program.acpi.DeviceSet(AsusACPI.PerformanceMode, (Modes.GetBase(oldMode) != 1) ? AsusACPI.PerformanceTurbo : AsusACPI.PerformanceBalanced, "Reset"); + Program.acpi.DeviceSet(AsusACPI.PerformanceMode, (Modes.GetBase(oldMode) != 1) ? AsusACPI.PerformanceTurbo : AsusACPI.PerformanceBalanced, "ModeReset"); await Task.Delay(TimeSpan.FromMilliseconds(1500)); } diff --git a/app/Properties/Strings.uk.resx b/app/Properties/Strings.uk.resx index ebf34902..8b184a1a 100644 --- a/app/Properties/Strings.uk.resx +++ b/app/Properties/Strings.uk.resx @@ -59,46 +59,46 @@ : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> - - + + - + - - - - + + + + - - + + - - + + - - - - + + + + - + - + @@ -420,7 +420,7 @@ Кулери та Потужність - Безмерехтливе Затемнення + Затемнення Гарячі клавіші Fn+F працюють без натискання Fn diff --git a/app/Settings.Designer.cs b/app/Settings.Designer.cs index 720b3185..0a744bfd 100644 --- a/app/Settings.Designer.cs +++ b/app/Settings.Designer.cs @@ -385,7 +385,7 @@ namespace GHelper buttonBatteryFull.FlatStyle = FlatStyle.Flat; buttonBatteryFull.Font = new Font("Segoe UI", 7.125F, FontStyle.Bold, GraphicsUnit.Point); buttonBatteryFull.ForeColor = SystemColors.ControlDark; - buttonBatteryFull.Location = new Point(730, 66); + buttonBatteryFull.Location = new Point(728, 66); buttonBatteryFull.Margin = new Padding(0); buttonBatteryFull.Name = "buttonBatteryFull"; buttonBatteryFull.Secondary = true; @@ -424,7 +424,7 @@ namespace GHelper // labelBattery // labelBattery.Anchor = AnchorStyles.Top | AnchorStyles.Right; - labelBattery.Location = new Point(448, 0); + labelBattery.Location = new Point(455, 0); labelBattery.Margin = new Padding(8, 0, 8, 0); labelBattery.Name = "labelBattery"; labelBattery.Size = new Size(324, 36); @@ -1861,7 +1861,7 @@ namespace GHelper AutoScaleMode = AutoScaleMode.Dpi; AutoSize = true; AutoSizeMode = AutoSizeMode.GrowAndShrink; - ClientSize = new Size(849, 1709); + ClientSize = new Size(849, 2001); Controls.Add(panelFooter); Controls.Add(panelVersion); Controls.Add(panelBattery);