Rename instance variable maps
This commit is contained in:
parent
ec500b2852
commit
b959f782f6
3 changed files with 79 additions and 79 deletions
|
@ -378,7 +378,7 @@ bool ScopedDisableResize::disable_resize_ = false;
|
|||
|
||||
- (NSTouchBar*)makeTouchBar {
|
||||
atom_touch_bar_.reset([[AtomTouchBar alloc] initWithDelegate:self window:shell_]);
|
||||
return [atom_touch_bar_ makeTouchBarFromItemOptions:shell_->GetTouchBarItems()];
|
||||
return [atom_touch_bar_ makeTouchBarFromSettings:shell_->GetTouchBarItems()];
|
||||
}
|
||||
|
||||
- (nullable NSTouchBarItem*)touchBar:(NSTouchBar*)touchBar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue