mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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;
|
||||
}
|
||||
|
||||
- (instancetype) init: {
|
||||
- (instancetype) init {
|
||||
_ignoreActivation = false;
|
||||
_ignoreActivationStop.setCallback([self] {
|
||||
_ignoreActivation = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue