Allow clicking on visual-modes label to enable them again

This commit is contained in:
Serge
2024-03-27 18:11:57 +01:00
parent af7823ffe9
commit 731a6c845f
3 changed files with 12 additions and 2 deletions

View File

@@ -1714,6 +1714,7 @@ namespace GHelper
labelVisual.TabIndex = 42;
labelVisual.Text = "Visual Modes are not available when HDR is active";
labelVisual.Visible = false;
labelVisual.Cursor = Cursors.Hand;
//
// tableVisual
//