mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-07 10:14:36 +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
|
||||
document.body.setAttribute("data-platform", platform);
|
||||
logger.info(`Platform: ${platform}`);
|
||||
}
|
||||
|
||||
public static init(): Promise<void> | null {
|
||||
|
||||
Reference in New Issue
Block a user