mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update renamed variable
This commit is contained in:
@@ -382,7 +382,7 @@ bool ScopedDisableResize::disable_resize_ = false;
|
||||
|
||||
- (nullable NSTouchBarItem*)touchBar:(NSTouchBar*)touchBar
|
||||
makeItemForIdentifier:(NSTouchBarItemIdentifier)identifier {
|
||||
return [touch_bar_helper_ makeItemForIdentifier:identifier];
|
||||
return [atom_touch_bar_ makeItemForIdentifier:identifier];
|
||||
}
|
||||
|
||||
// NSWindow overrides.
|
||||
|
||||
Reference in New Issue
Block a user