Disable Visual Modes when HDR is acrtive https://github.com/seerge/g-helper/issues/2301

This commit is contained in:
Serge
2024-03-26 22:24:28 +01:00
parent 0960a8db2b
commit e082932e1d
4 changed files with 363 additions and 284 deletions

View File

@@ -1203,6 +1203,9 @@ namespace GHelper
buttonMiniled.Visible = false;
}
tableVisual.Visible = !hdr;
labelVisual.Visible = hdr;
}
private void ButtonQuit_Click(object? sender, EventArgs e)