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 #274
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user