mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Update runtime.System to make all methods
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wails/runtime",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.11",
|
||||
"description": "Wails V2 Javascript runtime library",
|
||||
"main": "main.js",
|
||||
"types": "runtime.d.ts",
|
||||
|
||||
4
v2/internal/runtime/js/runtime/runtime.d.ts
vendored
4
v2/internal/runtime/js/runtime/runtime.d.ts
vendored
@@ -38,8 +38,8 @@ declare const wailsapp__runtime: {
|
||||
DarkModeEnabled(): Promise<boolean>;
|
||||
OnThemeChange(callback: (darkModeEnabled: boolean) => void): void;
|
||||
LogLevel(): Store;
|
||||
Platform: string;
|
||||
AppType: string
|
||||
Platform(): string;
|
||||
AppType(): string
|
||||
};
|
||||
Store: {
|
||||
New(name: string, defaultValue?: any): Store;
|
||||
|
||||
Reference in New Issue
Block a user