Start/Stop for AC services on Ally

This commit is contained in:
Serge
2024-01-19 20:39:50 +01:00
parent 8b26e9aeba
commit d8bf8ed463
4 changed files with 61 additions and 11 deletions

View File

@@ -321,7 +321,7 @@ namespace GHelper
public void VisualiseFPSLimit(int limit)
{
buttonFPS.Text = "FPS Limit " + ((limit > 0 && limit < 120) ? limit : "OFF");
buttonFPS.Text = "FPS Limit " + ((limit > 0 && limit <= 120) ? limit : "OFF");
}
private void SettingsForm_LostFocus(object? sender, EventArgs e)