mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
crash fix
This commit is contained in:
@@ -696,7 +696,8 @@ namespace Sandbox {
|
||||
}
|
||||
|
||||
AppClass::AppClass() : QObject()
|
||||
, _uploader(0) {
|
||||
, _uploader(0)
|
||||
, _translator(0) {
|
||||
AppObject = this;
|
||||
|
||||
Fonts::start();
|
||||
|
Reference in New Issue
Block a user