Signal-Desktop/sticker-creator/preload.ts

15 lines
449 B
TypeScript
Raw Normal View History

2022-02-24 22:54:22 +00:00
// Copyright 2019-2022 Signal Messenger, LLC
2020-10-30 20:34:04 +00:00
// SPDX-License-Identifier: AGPL-3.0-only
2022-06-23 19:15:27 +00:00
// This has to be the first import because of monkey-patching
import '../ts/windows/shims';
import './window/phase1-dependencies';
import './window/phase2-signal';
import './window/phase3-sticker-functions';
import './window/phase4-theme';
2021-08-18 20:08:14 +00:00
import { SignalContext } from '../ts/windows/context';
2022-02-24 02:07:42 +00:00
2021-10-18 20:59:17 +00:00
SignalContext.log.info('sticker-creator preload complete...');