mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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();
|
||||
}
|
||||
|
||||
bool Supported() {
|
||||
return ManagerInstance.data() != nullptr;
|
||||
}
|
||||
|
||||
void Finish() {
|
||||
ManagerInstance.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue