From bf24ea81ce271603fc07b8e2c9eccd2de39d4c7d Mon Sep 17 00:00:00 2001 From: Nicola Carminati Date: Tue, 27 Mar 2018 08:25:58 +0200 Subject: [PATCH] Revert last Commit --- Client/Program.cs | 1 - Step/wwwroot/src/App.vue | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Client/Program.cs b/Client/Program.cs index 17389e49..4d9d73f5 100644 --- a/Client/Program.cs +++ b/Client/Program.cs @@ -130,7 +130,6 @@ namespace CMS_Client if (Config.ClientConfig.RenderingMethod == Constants.Rendering.CPU) e.CommandLine.AppendSwitch("--disable-gpu"); - e.CommandLine.AppendSwitch("--disable-gpu-vsync"); e.CommandLine.AppendSwitch("--enable-transparent-visuals"); e.CommandLine.AppendSwitch("--disable-pinch"); e.CommandLine.AppendSwitch("--enable-media-stream"); diff --git a/Step/wwwroot/src/App.vue b/Step/wwwroot/src/App.vue index 9f449491..89258d7a 100644 --- a/Step/wwwroot/src/App.vue +++ b/Step/wwwroot/src/App.vue @@ -95,10 +95,6 @@ export default { } }); - - window.onfocus = function() { - Factory.Get(MessageService).publishToChannel("force-ui-update"); - }; }, computed: {