[Linux-only] basically bloxstap for sober

fix unstable

+1 -2
+1 -2
src/plugins/fflags.ts
··· 92 92 DFIntAnimationLodFacsDistanceMax: 0, 93 93 DFIntAnimationLodFacsVisibilityDenominator: 0, 94 94 FIntViewportFrameMaxSize: 0, 95 - 95 + FFlagUseUnifiedRenderStepped: false 96 96 }; 97 97 98 98 for (const [fflag, value] of Object.entries(fflags)) { ··· 115 115 FFlagOptimizeNetworkTransport: true, 116 116 DFIntConnectionMTUSize: 900, 117 117 FFlagEnableNewInput: true, 118 - FFlagUseUnifiedRenderStepped: false, 119 118 DFIntMaxFrameBufferSize: 4 120 119 }; 121 120