2021-09-16 11:52:56 -04:00
|
|
|
// Copyright 2021 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2023-02-23 13:32:19 -08:00
|
|
|
document.body.classList.add(window.SignalContext.OS.getClassName());
|
|
|
|
|
2021-10-07 19:28:47 -04:00
|
|
|
if (window.SignalContext.renderWindow) {
|
|
|
|
window.SignalContext.renderWindow();
|
2023-03-14 11:55:31 -04:00
|
|
|
} else if (window.SignalContext.log) {
|
2021-10-07 19:28:47 -04:00
|
|
|
window.SignalContext.log.error('renderWindow is undefined!');
|
|
|
|
}
|