mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Alpha 1.0.18: Fixed build for macOS.
This commit is contained in:
parent
4b8cc3d355
commit
f48d6dc464
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ Manager *GetNativeManager() {
|
||||||
return ManagerInstance.data();
|
return ManagerInstance.data();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool Supported() {
|
||||||
|
return ManagerInstance.data() != nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
void Finish() {
|
void Finish() {
|
||||||
ManagerInstance.clear();
|
ManagerInstance.clear();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue