fix(dialog): Create dialogs on main thread (#1073)

fixes https://github.com/tauri-apps/tauri/issues/6301
This commit is contained in:
Fabian-Lars
2024-03-13 14:41:23 +01:00
committed by GitHub
parent 14c858391d
commit 35ea5956d0
4 changed files with 46 additions and 25 deletions
@@ -139,10 +139,14 @@
},
"platforms": {
"description": "Target platforms this permission applies. By default all platforms are affected by this permission.",
"type": [
"array",
"null"
"default": [
"linux",
"macOS",
"windows",
"android",
"iOS"
],
"type": "array",
"items": {
"$ref": "#/definitions/Target"
}