Revert last Commit
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -95,10 +95,6 @@ export default {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
window.onfocus = function() {
|
||||
Factory.Get(MessageService).publishToChannel("force-ui-update");
|
||||
};
|
||||
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user