fix: touch bar functionality on BaseWindow (#43353)
* fix: touch bar functionality on BaseWindow * test: add test for BaseWindow.setTouchBar
This commit is contained in:
parent
46bed807ca
commit
4ae43dcb3b
6 changed files with 96 additions and 90 deletions
|
@ -1251,7 +1251,6 @@ void BaseWindow::BuildPrototype(v8::Isolate* isolate,
|
|||
.SetMethod("setHiddenInMissionControl",
|
||||
&BaseWindow::SetHiddenInMissionControl)
|
||||
#endif
|
||||
|
||||
.SetMethod("_setTouchBarItems", &BaseWindow::SetTouchBar)
|
||||
.SetMethod("_refreshTouchBarItem", &BaseWindow::RefreshTouchBarItem)
|
||||
.SetMethod("_setEscapeTouchBarItem", &BaseWindow::SetEscapeTouchBarItem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue