mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
Log the detected platform
This commit is contained in:
@@ -189,6 +189,7 @@ export class Initializer {
|
|||||||
|
|
||||||
// Add the platform to the DOM, so CSS can query it
|
// Add the platform to the DOM, so CSS can query it
|
||||||
document.body.setAttribute("data-platform", platform);
|
document.body.setAttribute("data-platform", platform);
|
||||||
|
logger.info(`Platform: ${platform}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static init(): Promise<void> | null {
|
public static init(): Promise<void> | null {
|
||||||
|
|||||||
Reference in New Issue
Block a user