mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Alpha 1.0.18: Fixed build for macOS.
This commit is contained in:
@@ -104,6 +104,10 @@ Manager *GetNativeManager() {
|
||||
return ManagerInstance.data();
|
||||
}
|
||||
|
||||
bool Supported() {
|
||||
return ManagerInstance.data() != nullptr;
|
||||
}
|
||||
|
||||
void Finish() {
|
||||
ManagerInstance.clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user