2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Application->Sandbox, Messenger->Application.

This commit is contained in:
John Preston
2019-01-21 17:42:21 +04:00
parent 4111da1dd0
commit a70e72f75d
117 changed files with 1363 additions and 1239 deletions

View File

@@ -18,7 +18,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "data/data_file_origin.h"
#include "window/window_controller.h"
#include "core/shortcuts.h"
#include "messenger.h"
#include "core/application.h"
#include "mainwindow.h"
#include "auth_session.h"
@@ -74,7 +74,7 @@ Instance::Instance()
}
};
subscribe(
Messenger::Instance().authSessionChanged(),
Core::App().authSessionChanged(),
handleAuthSessionChange);
handleAuthSessionChange();