diff --git a/app/Fans.Designer.cs b/app/Fans.Designer.cs index 246c538f..853f0f47 100644 --- a/app/Fans.Designer.cs +++ b/app/Fans.Designer.cs @@ -31,14 +31,14 @@ namespace GHelper /// private void InitializeComponent() { - ChartArea chartArea5 = new ChartArea(); - Title title5 = new Title(); - ChartArea chartArea6 = new ChartArea(); - Title title6 = new Title(); - ChartArea chartArea7 = new ChartArea(); - Title title7 = new Title(); - ChartArea chartArea8 = new ChartArea(); - Title title8 = new Title(); + ChartArea chartArea1 = new ChartArea(); + Title title1 = new Title(); + ChartArea chartArea2 = new ChartArea(); + Title title2 = new Title(); + ChartArea chartArea3 = new ChartArea(); + Title title3 = new Title(); + ChartArea chartArea4 = new ChartArea(); + Title title4 = new Title(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Fans)); panelFans = new Panel(); labelTip = new Label(); @@ -188,8 +188,8 @@ namespace GHelper // // chartGPU // - chartArea5.Name = "ChartArea1"; - chartGPU.ChartAreas.Add(chartArea5); + chartArea1.Name = "ChartArea1"; + chartGPU.ChartAreas.Add(chartArea1); chartGPU.Dock = DockStyle.Fill; chartGPU.Location = new Point(12, 289); chartGPU.Margin = new Padding(2, 10, 2, 10); @@ -197,13 +197,13 @@ namespace GHelper chartGPU.Size = new Size(781, 259); chartGPU.TabIndex = 17; chartGPU.Text = "chartGPU"; - title5.Name = "Title1"; - chartGPU.Titles.Add(title5); + title1.Name = "Title1"; + chartGPU.Titles.Add(title1); // // chartCPU // - chartArea6.Name = "ChartArea1"; - chartCPU.ChartAreas.Add(chartArea6); + chartArea2.Name = "ChartArea1"; + chartCPU.ChartAreas.Add(chartArea2); chartCPU.Dock = DockStyle.Fill; chartCPU.Location = new Point(12, 10); chartCPU.Margin = new Padding(2, 10, 2, 10); @@ -211,13 +211,13 @@ namespace GHelper chartCPU.Size = new Size(781, 259); chartCPU.TabIndex = 14; chartCPU.Text = "chartCPU"; - title6.Name = "Title1"; - chartCPU.Titles.Add(title6); + title2.Name = "Title1"; + chartCPU.Titles.Add(title2); // // chartXGM // - chartArea7.Name = "ChartAreaXGM"; - chartXGM.ChartAreas.Add(chartArea7); + chartArea3.Name = "ChartAreaXGM"; + chartXGM.ChartAreas.Add(chartArea3); chartXGM.Dock = DockStyle.Fill; chartXGM.Location = new Point(12, 847); chartXGM.Margin = new Padding(2, 10, 2, 10); @@ -225,14 +225,14 @@ namespace GHelper chartXGM.Size = new Size(781, 261); chartXGM.TabIndex = 14; chartXGM.Text = "chartXGM"; - title7.Name = "Title4"; - chartXGM.Titles.Add(title7); + title3.Name = "Title4"; + chartXGM.Titles.Add(title3); chartXGM.Visible = false; // // chartMid // - chartArea8.Name = "ChartArea3"; - chartMid.ChartAreas.Add(chartArea8); + chartArea4.Name = "ChartArea3"; + chartMid.ChartAreas.Add(chartArea4); chartMid.Dock = DockStyle.Fill; chartMid.Location = new Point(12, 568); chartMid.Margin = new Padding(2, 10, 2, 10); @@ -240,8 +240,8 @@ namespace GHelper chartMid.Size = new Size(781, 259); chartMid.TabIndex = 14; chartMid.Text = "chartMid"; - title8.Name = "Title3"; - chartMid.Titles.Add(title8); + title4.Name = "Title3"; + chartMid.Titles.Add(title4); chartMid.Visible = false; // // panelTitleFans @@ -267,7 +267,7 @@ namespace GHelper buttonRename.BorderRadius = 2; buttonRename.FlatStyle = FlatStyle.Flat; buttonRename.Image = (Image)resources.GetObject("buttonRename.Image"); - buttonRename.Location = new Point(369, 12); + buttonRename.Location = new Point(374, 12); buttonRename.Margin = new Padding(4, 2, 4, 2); buttonRename.Name = "buttonRename"; buttonRename.Secondary = true; @@ -284,7 +284,7 @@ namespace GHelper buttonRemove.BorderRadius = 2; buttonRemove.FlatStyle = FlatStyle.Flat; buttonRemove.Image = (Image)resources.GetObject("buttonRemove.Image"); - buttonRemove.Location = new Point(314, 12); + buttonRemove.Location = new Point(319, 12); buttonRemove.Margin = new Padding(4, 2, 4, 2); buttonRemove.Name = "buttonRemove"; buttonRemove.Secondary = true; @@ -301,7 +301,7 @@ namespace GHelper buttonAdd.BorderRadius = 2; buttonAdd.FlatStyle = FlatStyle.Flat; buttonAdd.Image = (Image)resources.GetObject("buttonAdd.Image"); - buttonAdd.Location = new Point(737, 12); + buttonAdd.Location = new Point(742, 12); buttonAdd.Margin = new Padding(4, 2, 4, 2); buttonAdd.Name = "buttonAdd"; buttonAdd.Secondary = true; @@ -316,7 +316,7 @@ namespace GHelper comboModes.ButtonColor = Color.FromArgb(255, 255, 255); comboModes.FlatStyle = FlatStyle.Flat; comboModes.FormattingEnabled = true; - comboModes.Location = new Point(429, 16); + comboModes.Location = new Point(434, 16); comboModes.Name = "comboModes"; comboModes.Size = new Size(302, 40); comboModes.TabIndex = 42; @@ -399,7 +399,7 @@ namespace GHelper // // labelBoost // - labelBoost.Location = new Point(10, 12); + labelBoost.Location = new Point(10, 10); labelBoost.Name = "labelBoost"; labelBoost.Size = new Size(201, 40); labelBoost.TabIndex = 43; @@ -414,7 +414,7 @@ namespace GHelper comboBoost.DropDownStyle = ComboBoxStyle.DropDownList; comboBoost.FormattingEnabled = true; comboBoost.Items.AddRange(new object[] { "Disabled", "Enabled", "Aggressive", "Efficient Enabled", "Efficient Aggressive" }); - comboBoost.Location = new Point(226, 12); + comboBoost.Location = new Point(226, 10); comboBoost.Name = "comboBoost"; comboBoost.Size = new Size(287, 40); comboBoost.TabIndex = 42; diff --git a/app/Fans.resx b/app/Fans.resx index 61ed072b..cb7b6477 100644 --- a/app/Fans.resx +++ b/app/Fans.resx @@ -121,7 +121,7 @@ iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL - DgAACw4BQL7hQQAAAR9JREFUWEftlEuKwkAURTPQHruB3oMINk5chNtRHAnuwFX0R3vQq2lw6kRxCXqP + DAAACwwBP0AiyAAAAR9JREFUWEftlEuKwkAURTPQHruB3oMINk5chNtRHAnuwFX0R3vQq2lw6kRxCXqP 5EE6dPKqNOWoDhw0lUrdS6VIkckkpCeXcl/Kf8aeQl++y0vNhUwO4R+SwJN8k9Py+lcmpR4+kjCRwQWY GCNbzbsl/LMcq4bzyzXjcwY8qot7VsO/yrGmcJvrYouHUg0/y7GEoTxKxtkZ5gURU4BFt7KzcAgt8CI7 D4eQAsnCwStA+LdkTtOB40wQfteXzyswk23h7IyFc/Kj8QqsJPfXt6u/4TvJDoF9iqPxCvxI7m8kJSyc diff --git a/app/InputDispatcher.cs b/app/InputDispatcher.cs index 386d5070..bd9fe018 100644 --- a/app/InputDispatcher.cs +++ b/app/InputDispatcher.cs @@ -417,15 +417,15 @@ namespace GHelper return; case 197: // FN+F2 SetBacklight(-1); - break; + return; case 196: // FN+F3 SetBacklight(1); - break; + return; case 199: // ON Z13 - FN+F11 - cycles backlight SetBacklight(4); - break; + return; case 53: // FN+F6 on GA-502DU model - KeyProcess("screen"); + NativeMethods.TurnOffScreen(Program.settingsForm.Handle); return; } diff --git a/app/Program.cs b/app/Program.cs index 369f5ea6..8981428c 100644 --- a/app/Program.cs +++ b/app/Program.cs @@ -2,8 +2,6 @@ using Microsoft.Win32; using System.Diagnostics; using System.Globalization; using System.Reflection; -using System.Security.Principal; -using System.Windows.Forms; using static NativeMethods; namespace GHelper diff --git a/app/Properties/Resources.Designer.cs b/app/Properties/Resources.Designer.cs index 5634fc23..a79bbfeb 100644 --- a/app/Properties/Resources.Designer.cs +++ b/app/Properties/Resources.Designer.cs @@ -153,9 +153,9 @@ namespace GHelper.Properties { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap icons8_electrical_96 { + internal static System.Drawing.Bitmap icons8_charging_battery_96 { get { - object obj = ResourceManager.GetObject("icons8_electrical_96", resourceCulture); + object obj = ResourceManager.GetObject("icons8_charging_battery_96", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } diff --git a/app/Properties/Resources.resx b/app/Properties/Resources.resx index 34db2fdc..28ea640e 100644 --- a/app/Properties/Resources.resx +++ b/app/Properties/Resources.resx @@ -241,7 +241,7 @@ ..\Resources\icons8-charged-battery-96.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\icons8-electrical-96.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\icons8-charging-battery-96.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/app/Properties/Strings.de.resx b/app/Properties/Strings.de.resx index 7bb52970..2537f7c7 100644 --- a/app/Properties/Strings.de.resx +++ b/app/Properties/Strings.de.resx @@ -1,5 +1,64 @@  + @@ -314,10 +373,10 @@ Wiedergabe / Pause - Leistungsbegrenzung (PPT) + Leistungsbegrenzung - Leistungsbegrenzung (PPT) ist experimentell. Nutzung erfolgt auf eigene Gefahr! + Leistungsbegrenzung ist experimentell. Nutzung erfolgt auf eigene Gefahr! Druck diff --git a/app/Properties/Strings.es.resx b/app/Properties/Strings.es.resx index ce0fe45a..7e8cb729 100644 --- a/app/Properties/Strings.es.resx +++ b/app/Properties/Strings.es.resx @@ -291,7 +291,7 @@ Cargando - + Core Clock Offset @@ -312,7 +312,7 @@ Ajustes de GPU - + Temperatura objetivo @@ -345,7 +345,7 @@ Logo - + Visualizador de audio @@ -412,10 +412,10 @@ Reproducir / Pausar - Límites de energía (PPT) + Límites de energía - Los límites de energía (PPT) son una característica experimental. ¡Úselo con cuidado y bajo su propio riesgo! + Los límites de energía son una característica experimental. ¡Úselo con cuidado y bajo su propio riesgo! Capturar pantalla @@ -424,7 +424,7 @@ Quitar - Algo está usando la dGPU e impide usar Modo Eco. ¿Reiniciar dGPU en administrador de dispositivos? * Proceda bajo su propio riesgo. + Algo está usando la dGPU e impide usar Modo Eco. ¿Reiniciar dGPU en administrador de dispositivos? * Proceda bajo su propio riesgo. RPM diff --git a/app/Properties/Strings.fr.resx b/app/Properties/Strings.fr.resx index e9e382ed..f1e646d5 100644 --- a/app/Properties/Strings.fr.resx +++ b/app/Properties/Strings.fr.resx @@ -388,10 +388,10 @@ Lecture / Pause - Limites de puissance (PPT) + Limites de puissance - Limites de puissance (PPT) est une fonctionnalité expérimentale. Faire attention, à utiliser à vos risques ! + Limites de puissance est une fonctionnalité expérimentale. Faire attention, à utiliser à vos risques ! Capture d'écran diff --git a/app/Properties/Strings.it.resx b/app/Properties/Strings.it.resx index c8af7f77..5a7a5354 100644 --- a/app/Properties/Strings.it.resx +++ b/app/Properties/Strings.it.resx @@ -1,5 +1,64 @@  + @@ -287,10 +346,10 @@ Play / Pause - Power Limits (PPT) + Power Limits - Power Limits (PPT) is experimental feature. Use carefully and on your own risk! + Power Limits is experimental feature. Use carefully and on your own risk! PrintScreen diff --git a/app/Properties/Strings.ko.resx b/app/Properties/Strings.ko.resx index a81308ec..ebf01f04 100644 --- a/app/Properties/Strings.ko.resx +++ b/app/Properties/Strings.ko.resx @@ -412,10 +412,10 @@ 재생 / 정지 - 전력 제한 (PPT) + 전력 제한 - 전력 제한 (PPT)은 실험적인 기능입니다. 주의하여 사용하세요! + 전력 제한 은 실험적인 기능입니다. 주의하여 사용하세요! PrintScreen @@ -507,4 +507,4 @@ 창을 항상 맨 위로 유지 - + \ No newline at end of file diff --git a/app/Properties/Strings.pl.resx b/app/Properties/Strings.pl.resx index 83dd8ff6..b4eb8e2b 100644 --- a/app/Properties/Strings.pl.resx +++ b/app/Properties/Strings.pl.resx @@ -391,10 +391,10 @@ Odtwórz / Pauza - Limit mocy (PPT) + Limit mocy - Ustawienie limitu mocy (PPT) jest funkcją eksperymentalną. Używaj ostrożnie, na własną odpowiedzialność! + Ustawienie limitu mocy jest funkcją eksperymentalną. Używaj ostrożnie, na własną odpowiedzialność! Zrzut ekranu @@ -468,4 +468,4 @@ Zachowaj okno aplikacji zawsze na wierzchu - + \ No newline at end of file diff --git a/app/Properties/Strings.pt-br.resx b/app/Properties/Strings.pt-br.resx index a295accf..83a3e1b3 100644 --- a/app/Properties/Strings.pt-br.resx +++ b/app/Properties/Strings.pt-br.resx @@ -1,350 +1,456 @@ + - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Não foi possível conectar ao ASUS ACPI. O applicativo não pode funcionar sem isso. Tente instalar Asus System Controle Interface - - - Parece que o GPU está em uso pesado. - - - Modo econômico - - - Passar ao Modo Final implica na reinicialização do sistema - - - Modo Ultimado necessita de reinicialização. - - - Reiniciar agora ? - - - Velocidade da Animação - - - Anime Matrix - - - O applicativo já está em execução - - - G-Helper já está em execução. Verifique a barra de sistema - - - Aplicar a curva de ventilador personalizada - - - Aplicar as limitações de energia - - - Automaticamente ajustar os Modos de Energia Windows - - - Repiração - - - Ciclo de cores - - - Rápido - - - Normal - - - Arco-íris - - - Lento - - - Estático - - - Estroboscópio - - - Automático - - - Estabelece 60Hz para economizar energia - - - Acordado - - - Números de segundos para desligar a luz de fundo - - - Equilibrado - - - Limite de carga da bateria - - - Durante o lançamento - - - Luminosidade - - - Cor - - - CPU Boost - - - Personalizado - - - Padrão - - - Desativar o overdrive da tela - - - Descarregando - - - Baixar a atualização - - - Desativar o dGPU para economisar a energía - - - Econômico - - - Adicional - - - Configurações adicionais - - - Padrão de fábrica - - - Curvas de ventilador - - - Perfil de ventilador CPU - - - Perfil de ventilador GPU - - - Perfil de ventilador central - - - Perfis de ventilador - - - Ventiladores e Energía - - - Ventilador - - - Ventiladores + Energía - - - Boost dinâmico - - - Carregando - - - Modo de GPU - - - Só iGPU - - - iGPU + dGPU - - - Exclusivamente dGPU - - - Parâmetros de GPU - - - Alvo de temperatura - - - Teclado - - - Abaixar a luz de fundo na bateria e voltar quando carregando - - - Luz de fundo do teclado - - - Luz de fundo do computador - - - Teclado do computador - - - Tela do computador - - - Tampa - - - Logo - - - Bandeira Binária - - - Brilho - - - Relógio - - - Escuro - - - Logo ROG - - - Médio - - - Desligado - - - Imagem - - - Taxa de atualização maxíma para abaixar a latência - - - Taxa de atualização à 60Hz para salvar energía - - - Multizona - - - Abrir G-Helper - - - Otimizado - - - Passar ao Ecônomico em bateria e voltar quando carregando - - - Manter o GPU desligado com um carregador USB-C no Modo Otimizado - - - Outro - - - Overdrive - - - Modo Desempenho - - - Imagem / Gif - - - Reproduzir / Pausar - - - Limitações de Energia (PPT) - - - Limitações de Energia (PPT) é uma funcionalidade experimental. Usar isso com cuidado - - - Captura de tela - - - Sair - - - Aumento da frequência básica - - - Aumento da frequência da memória - - - Combinações de teclas - - - RPM - - - Algum processo está usando o dGPU e impedindo o modo Econômico. Reinicialize o dGPU no gerenciador de dispositivos. Por favor, proceda por sua conta e risco. - - - Executar ao iniciar - - - Desligar - - - Silencioso - - - Hibernação - - - Liga o dGPU para uso padrão - - - Padrão - - - Erro ao iniciar - - - Alternar Aura - - - Alternar Miniled (se suportado) - - - Alternar Tela - - - Turbo - - - Desligado - - - Desligar em bateria - - - Direciona a tela do computador ao dGPU - - - Ultimate - - - Versão - - - Mudo - - - Manter o app em primeiro plano - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Não foi possível conectar ao ASUS ACPI. O applicativo não pode funcionar sem isso. Tente instalar Asus System Controle Interface + + + Parece que o GPU está em uso pesado. + + + Modo econômico + + + Passar ao Modo Final implica na reinicialização do sistema + + + Modo Ultimado necessita de reinicialização. + + + Reiniciar agora ? + + + Velocidade da Animação + + + Anime Matrix + + + O applicativo já está em execução + + + G-Helper já está em execução. Verifique a barra de sistema + + + Aplicar a curva de ventilador personalizada + + + Aplicar as limitações de energia + + + Automaticamente ajustar os Modos de Energia Windows + + + Repiração + + + Ciclo de cores + + + Rápido + + + Normal + + + Arco-íris + + + Lento + + + Estático + + + Estroboscópio + + + Automático + + + Estabelece 60Hz para economizar energia + + + Acordado + + + Números de segundos para desligar a luz de fundo + + + Equilibrado + + + Limite de carga da bateria + + + Durante o lançamento + + + Luminosidade + + + Cor + + + CPU Boost + + + Personalizado + + + Padrão + + + Desativar o overdrive da tela + + + Descarregando + + + Baixar a atualização + + + Desativar o dGPU para economisar a energía + + + Econômico + + + Adicional + + + Configurações adicionais + + + Padrão de fábrica + + + Curvas de ventilador + + + Perfil de ventilador CPU + + + Perfil de ventilador GPU + + + Perfil de ventilador central + + + Perfis de ventilador + + + Ventiladores e Energía + + + Ventilador + + + Ventiladores + Energía + + + Boost dinâmico + + + Carregando + + + Modo de GPU + + + Só iGPU + + + iGPU + dGPU + + + Exclusivamente dGPU + + + Parâmetros de GPU + + + Alvo de temperatura + + + Teclado + + + Abaixar a luz de fundo na bateria e voltar quando carregando + + + Luz de fundo do teclado + + + Luz de fundo do computador + + + Teclado do computador + + + Tela do computador + + + Tampa + + + Logo + + + Bandeira Binária + + + Brilho + + + Relógio + + + Escuro + + + Logo ROG + + + Médio + + + Desligado + + + Imagem + + + Taxa de atualização maxíma para abaixar a latência + + + Taxa de atualização à 60Hz para salvar energía + + + Multizona + + + Abrir G-Helper + + + Otimizado + + + Passar ao Ecônomico em bateria e voltar quando carregando + + + Manter o GPU desligado com um carregador USB-C no Modo Otimizado + + + Outro + + + Overdrive + + + Modo Desempenho + + + Imagem / Gif + + + Reproduzir / Pausar + + + Limitações de Energia + + + Limitações de Energia é uma funcionalidade experimental. Usar isso com cuidado + + + Captura de tela + + + Sair + + + Aumento da frequência básica + + + Aumento da frequência da memória + + + Combinações de teclas + + + RPM + + + Algum processo está usando o dGPU e impedindo o modo Econômico. Reinicialize o dGPU no gerenciador de dispositivos. Por favor, proceda por sua conta e risco. + + + Executar ao iniciar + + + Desligar + + + Silencioso + + + Hibernação + + + Liga o dGPU para uso padrão + + + Padrão + + + Erro ao iniciar + + + Alternar Aura + + + Alternar Miniled (se suportado) + + + Alternar Tela + + + Turbo + + + Desligado + + + Desligar em bateria + + + Direciona a tela do computador ao dGPU + + + Ultimate + + + Versão + + + Mudo + + + Manter o app em primeiro plano + \ No newline at end of file diff --git a/app/Properties/Strings.tr.resx b/app/Properties/Strings.tr.resx index 3b01f184..1a41c7e9 100644 --- a/app/Properties/Strings.tr.resx +++ b/app/Properties/Strings.tr.resx @@ -364,10 +364,10 @@ Oynat / Duraklat - Güç Sınırları (PPT) + Güç Sınırları - Güç Sınırları (PPT) deneysel bir özelliktir. Riski göze alarak dikkatli kullanın! + Güç Sınırları deneysel bir özelliktir. Riski göze alarak dikkatli kullanın! Ekran Görüntüsü Al diff --git a/app/Properties/Strings.uk.resx b/app/Properties/Strings.uk.resx index b68c24f3..4ff5430e 100644 --- a/app/Properties/Strings.uk.resx +++ b/app/Properties/Strings.uk.resx @@ -156,6 +156,9 @@ Автоматично застосовувати Windows Power Modes + + Кількість запущених сервісів Asus + Дихання @@ -210,6 +213,12 @@ Яскравість + + Зменшити яскравість + + + Підвищити яскравість + Колір @@ -367,7 +376,7 @@ Овердрайв - Режим Роботи + Режим Картинка / GIF @@ -376,10 +385,10 @@ Відтворення / Пауза - Ліміти Потужності (PPT) + Ліміти Потужності - Налаштування лімітів потужності (PPT) є експериментальною функцією. Використовуйте обережно та на свій страх і ризик! + Налаштування лімітів потужності є експериментальною функцією. Використовуйте обережно та на свій страх і ризик! Print Screen @@ -408,9 +417,21 @@ Стандартний + + Запустити + + + Запускаються сервіси + Помилка запуску + + Зупинити + + + Зупиняються сервіси + Аура diff --git a/app/Properties/Strings.vi.resx b/app/Properties/Strings.vi.resx index a924f020..198de913 100644 --- a/app/Properties/Strings.vi.resx +++ b/app/Properties/Strings.vi.resx @@ -388,10 +388,10 @@ Phát / Dừng - Giới hạn công suất (PPT) + Giới hạn công suất - Giới hạn công suất (PPT) là tính năng thử nghiệm. Sử dụng nó cẩn thận và tự chịu mọi rủi ro! + Giới hạn công suất là tính năng thử nghiệm. Sử dụng nó cẩn thận và tự chịu mọi rủi ro! Chụp màn hình diff --git a/app/Properties/Strings.zh-CN.resx b/app/Properties/Strings.zh-CN.resx index e4e3d098..7e7e3686 100644 --- a/app/Properties/Strings.zh-CN.resx +++ b/app/Properties/Strings.zh-CN.resx @@ -367,10 +367,10 @@ 播放/暂停 - 功率限制 (PPT) + 功率限制 - 功率限制 (PPT) 是实验性功能。 谨慎使用,风险自负! + 功率限制 是实验性功能。 谨慎使用,风险自负! 截图 diff --git a/app/Properties/Strings.zh-TW.resx b/app/Properties/Strings.zh-TW.resx index e5bdc696..013fdc60 100644 --- a/app/Properties/Strings.zh-TW.resx +++ b/app/Properties/Strings.zh-TW.resx @@ -403,7 +403,7 @@ 播放/暫停 - 功率限制 (PPT) + 功率限制 功率限制是實驗性功能。謹慎使用,風險自負! diff --git a/app/Resources/icons8-charging-battery-96.png b/app/Resources/icons8-charging-battery-96.png new file mode 100644 index 00000000..1bc69eb4 Binary files /dev/null and b/app/Resources/icons8-charging-battery-96.png differ diff --git a/app/ToastForm.cs b/app/ToastForm.cs index 533d9c47..b0f1599f 100644 --- a/app/ToastForm.cs +++ b/app/ToastForm.cs @@ -113,7 +113,7 @@ namespace GHelper icon = Properties.Resources.icons8_charged_battery_96; break; case ToastIcon.Charger: - icon = Properties.Resources.icons8_electrical_96; + icon = Properties.Resources.icons8_charging_battery_96; break; }