mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Config option to hide GameVisual https://github.com/seerge/g-helper/issues/2307
This commit is contained in:
@@ -264,6 +264,8 @@ namespace GHelper
|
||||
public void InitVisual()
|
||||
{
|
||||
|
||||
if (AppConfig.Is("hide_visual")) return;
|
||||
|
||||
if (AppConfig.IsOLED())
|
||||
{
|
||||
panelGamma.Visible = true;
|
||||
|
||||
Reference in New Issue
Block a user