mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Disable Visual Modes when HDR is acrtive https://github.com/seerge/g-helper/issues/2301
This commit is contained in:
@@ -1203,6 +1203,9 @@ namespace GHelper
|
||||
buttonMiniled.Visible = false;
|
||||
}
|
||||
|
||||
tableVisual.Visible = !hdr;
|
||||
labelVisual.Visible = hdr;
|
||||
|
||||
}
|
||||
|
||||
private void ButtonQuit_Click(object? sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user