mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
macOS: accept first mouse click - fixes #6464
This commit is contained in:
parent
1aa45ddcdf
commit
5f0520def9
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ export class Window {
|
||||||
frame: false,
|
frame: false,
|
||||||
show: false,
|
show: false,
|
||||||
backgroundColor: '#00000000',
|
backgroundColor: '#00000000',
|
||||||
|
acceptFirstMouse: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.windowBounds) {
|
if (this.windowBounds) {
|
||||||
|
|
Loading…
Reference in a new issue