mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Cleanup
This commit is contained in:
@@ -254,7 +254,7 @@ public class AsusACPI
|
||||
return _connected;
|
||||
}
|
||||
|
||||
public AsusACPI(bool light = false)
|
||||
public AsusACPI()
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -278,8 +278,6 @@ public class AsusACPI
|
||||
Logger.WriteLine($"Can't connect to ACPI: {ex.Message}");
|
||||
}
|
||||
|
||||
if (light) return;
|
||||
|
||||
if (AppConfig.IsAdvantageEdition())
|
||||
{
|
||||
MaxTotal = 250;
|
||||
|
||||
Reference in New Issue
Block a user