mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
more detailed error message
This commit is contained in:
@@ -118,7 +118,10 @@ export const LobbyView: FC<Props> = ({
|
||||
// eslint-disable-next-line new-cap
|
||||
b = BackgroundBlur(15, { delegate: "GPU" });
|
||||
} catch (e) {
|
||||
logger.error("disable background blur", e);
|
||||
logger.error(
|
||||
"disable background blur because its not supported by the platform.",
|
||||
e,
|
||||
);
|
||||
}
|
||||
return b;
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user