1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-08-21 21:54:07 +02:00

Fix blank notifications on certain hardware configurations w/ disabled acceleration

Closes 
This commit is contained in:
2020-04-25 05:47:17 +02:00
parent f41c6fe533
commit 5961a80b23

@@ -24,7 +24,7 @@ namespace TweetDuck.Utils{
public static void SetupCefArgs(IDictionary<string, string> args){
if (!SysConfig.HardwareAcceleration){
args["disable-gpu"] = "1";
args["disable-gpu-vsync"] = "1";
args["disable-gpu-compositing"] = "1";
}
if (Config.EnableSmoothScrolling){