mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Fixd typos in runtime
This commit is contained in:
parent
435ac02647
commit
a737d85fa5
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@wails/runtime",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "Wails V2 Javascript runtime library",
|
||||
"main": "main.js",
|
||||
"types": "runtime.d.ts",
|
||||
|
|
|
|||
|
|
@ -126,6 +126,6 @@ export function Fullscreen() {
|
|||
*
|
||||
* @export
|
||||
*/
|
||||
export function Unfullscreen() {
|
||||
window.wails.Window.Unfullscreen();
|
||||
export function UnFullscreen() {
|
||||
window.wails.Window.UnFullscreen();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue