SessionCtl // Remove useless setKeyLayout() in menu.

- I forgot to remove this during vChewing 1.5.x~1.8.x.
This commit is contained in:
ShikiSuen 2022-11-04 16:27:18 +08:00
parent 4d213f569b
commit 9fc54412cc
1 changed files with 0 additions and 3 deletions

View File

@ -191,9 +191,6 @@ extension SessionCtl {
)
}
// NSMenu
setKeyLayout()
return menu
}
}