1
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-04-01 23:00:58 +00:00

Alpha 1.0.18: Fixed build for macOS.

This commit is contained in:
John Preston 2017-03-02 17:00:21 +03:00
parent 4b8cc3d355
commit f48d6dc464

View File

@ -104,6 +104,10 @@ Manager *GetNativeManager() {
return ManagerInstance.data();
}
bool Supported() {
return ManagerInstance.data() != nullptr;
}
void Finish() {
ManagerInstance.clear();
}