mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-12 23:19:29 +08:00
Fixd typos in runtime
This commit is contained in:
parent
435ac02647
commit
a737d85fa5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wails/runtime",
|
"name": "@wails/runtime",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"description": "Wails V2 Javascript runtime library",
|
"description": "Wails V2 Javascript runtime library",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"types": "runtime.d.ts",
|
"types": "runtime.d.ts",
|
||||||
|
@ -126,6 +126,6 @@ export function Fullscreen() {
|
|||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export function Unfullscreen() {
|
export function UnFullscreen() {
|
||||||
window.wails.Window.Unfullscreen();
|
window.wails.Window.UnFullscreen();
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user