fix:[mac] window level to show py input
This commit is contained in:
parent
a0be911dc9
commit
3462be2a2a
@ -392,7 +392,8 @@ export class WindowService {
|
|||||||
//miniWindow should show in current desktop
|
//miniWindow should show in current desktop
|
||||||
this.miniWindow?.setVisibleOnAllWorkspaces(true, { visibleOnFullScreen: true })
|
this.miniWindow?.setVisibleOnAllWorkspaces(true, { visibleOnFullScreen: true })
|
||||||
//make miniWindow always on top of fullscreen apps with level set
|
//make miniWindow always on top of fullscreen apps with level set
|
||||||
this.miniWindow.setAlwaysOnTop(true, 'screen-saver', 1)
|
//[mac] level higher than 'floating' will cover the pinyin input method
|
||||||
|
this.miniWindow.setAlwaysOnTop(true, 'floating')
|
||||||
|
|
||||||
this.miniWindow.on('ready-to-show', () => {
|
this.miniWindow.on('ready-to-show', () => {
|
||||||
if (isPreload) {
|
if (isPreload) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user