mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix crash in application Dock menu on macOS.
This commit is contained in:
parent
0f19ba3231
commit
ddda7b8c52
1 changed files with 3 additions and 0 deletions
|
@ -200,6 +200,9 @@ ApplicationDelegate *_sharedDelegate = nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSMenu *) applicationDockMenu:(NSApplication *)sender {
|
- (NSMenu *) applicationDockMenu:(NSApplication *)sender {
|
||||||
|
if (!Core::IsAppLaunched()) {
|
||||||
|
return nil;
|
||||||
|
}
|
||||||
RpMenu* dockMenu = [[[RpMenu alloc] initWithTitle: @""] autorelease];
|
RpMenu* dockMenu = [[[RpMenu alloc] initWithTitle: @""] autorelease];
|
||||||
[dockMenu setAutoenablesItems:false];
|
[dockMenu setAutoenablesItems:false];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue