🎨
This commit is contained in:
parent
df0f468dea
commit
d596d85288
2 changed files with 3 additions and 2 deletions
|
@ -347,7 +347,8 @@ void NativeWindow::SetTouchBar(
|
||||||
void NativeWindow::RefreshTouchBarItem(const std::string& item_id) {
|
void NativeWindow::RefreshTouchBarItem(const std::string& item_id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void NativeWindow::SetEscapeTouchBarItem(const mate::PersistentDictionary& item) {
|
void NativeWindow::SetEscapeTouchBarItem(
|
||||||
|
const mate::PersistentDictionary& item) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void NativeWindow::FocusOnWebView() {
|
void NativeWindow::FocusOnWebView() {
|
||||||
|
|
|
@ -50,7 +50,7 @@ class TouchBar extends EventEmitter {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
setEscapeItem(item) {
|
setEscapeItem (item) {
|
||||||
if (!item) item = {}
|
if (!item) item = {}
|
||||||
Object.keys(this.windows).forEach((windowID) => {
|
Object.keys(this.windows).forEach((windowID) => {
|
||||||
const window = this.windows[windowID]
|
const window = this.windows[windowID]
|
||||||
|
|
Loading…
Reference in a new issue