mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix type cast of sharedApplication
This commit is contained in:
@@ -103,7 +103,7 @@ void Browser::DockSetMenu(ui::MenuModel* model) {
|
||||
}
|
||||
|
||||
void Browser::DockSetIcon(const gfx::Image& image) {
|
||||
[[NSApplication sharedApplication]
|
||||
[[AtomApplication sharedApplication]
|
||||
setApplicationIconImage:image.AsNSImage()];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user