Xalalau Xubilozo

Results 3 issues of Xalalau Xubilozo

It's an Electron bug: https://github.com/electron/electron/issues/12445 We can fix the problem by editing "[...]/resources/app/main.js" with this code: ```js 'use strict'; const electron = require('electron'); const { app, globalShortcut } = electron;...

There is no shortcut to stop the mouse for me, it's a notebook.

bug

## Render props through far away portals ```lua hook.Add("SetupPlayerVisibility", "portal_render_distant_props", function(ply, viewEntity) if not SeamlessPortals or SeamlessPortals .portalIndex < 1 then return end for k, portal in ipairs(ents.FindByClass("seamless_portal")) do AddOriginToPVS(portal:GetPos())...