fixes and gpu based blurring
This commit is contained in:
@@ -116,7 +116,7 @@ export const LobbyView: FC<Props> = ({
|
||||
let b = undefined;
|
||||
try {
|
||||
// eslint-disable-next-line new-cap
|
||||
b = BackgroundBlur(15);
|
||||
b = BackgroundBlur(15, { delegate: "GPU" });
|
||||
} catch (e) {
|
||||
logger.error("disable background blur", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user