mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Use const for system caller variable
This commit is contained in:
parent
5cf89f362f
commit
8dd1b61f1e
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -10,7 +10,7 @@ The electron alternative for Go
|
|||
|
||||
import { newRuntimeCaller, objectNames } from "./runtime.js";
|
||||
|
||||
let call = newRuntimeCaller(objectNames.System);
|
||||
const call = newRuntimeCaller(objectNames.System);
|
||||
|
||||
const SystemIsDarkMode = 0;
|
||||
const SystemEnvironment = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue