DIsable transparent on Chromium

This commit is contained in:
Nicola
2020-10-23 17:09:45 +02:00
parent 358f8c9330
commit f8a140cdf6
5 changed files with 19 additions and 2 deletions
+3
View File
@@ -13,5 +13,8 @@ namespace Client.Config.SubModels
public Boolean DeveloperMode { get; set; }
public Boolean IsSCM { get; set; }
public Boolean Autorun { get; set; }
public Boolean EnableTransparent { get; set; }
}
}