mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed build for macOS.
This commit is contained in:
parent
7751c4ac1f
commit
64af456d29
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ ApplicationDelegate *_sharedDelegate = nil;
|
||||||
base::Timer _ignoreActivationStop;
|
base::Timer _ignoreActivationStop;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (instancetype) init: {
|
- (instancetype) init {
|
||||||
_ignoreActivation = false;
|
_ignoreActivation = false;
|
||||||
_ignoreActivationStop.setCallback([self] {
|
_ignoreActivationStop.setCallback([self] {
|
||||||
_ignoreActivation = false;
|
_ignoreActivation = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue