1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-20 21:15:48 +02:00

Fix blank notifications on certain hardware configurations w/ disabled acceleration

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

View File

@ -24,7 +24,7 @@ static class BrowserUtils{
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){