You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/tauri-config-schema/schema.json
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -771,12 +771,26 @@
771
771
]
772
772
},
773
773
{
774
-
"description": "*Windows 11 Only**",
774
+
"description": "Mica effect that matches the system dark perefence **Windows 11 Only**",
775
775
"type": "string",
776
776
"enum": [
777
777
"mica"
778
778
]
779
779
},
780
+
{
781
+
"description": "Mica effect with dark mode but only if dark mode is enabled on the system **Windows 11 Only**",
782
+
"type": "string",
783
+
"enum": [
784
+
"micaDark"
785
+
]
786
+
},
787
+
{
788
+
"description": "Mica effect with light mode **Windows 11 Only**",
789
+
"type": "string",
790
+
"enum": [
791
+
"micaLight"
792
+
]
793
+
},
780
794
{
781
795
"description": "**Windows 7/10/11(22H1) Only**\n\n## Notes\n\nThis effect has bad performance when resizing/dragging the window on Windows 11 build 22621.",
Copy file name to clipboardExpand all lines: tooling/cli/schema.json
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -771,12 +771,26 @@
771
771
]
772
772
},
773
773
{
774
-
"description": "*Windows 11 Only**",
774
+
"description": "Mica effect that matches the system dark perefence **Windows 11 Only**",
775
775
"type": "string",
776
776
"enum": [
777
777
"mica"
778
778
]
779
779
},
780
+
{
781
+
"description": "Mica effect with dark mode but only if dark mode is enabled on the system **Windows 11 Only**",
782
+
"type": "string",
783
+
"enum": [
784
+
"micaDark"
785
+
]
786
+
},
787
+
{
788
+
"description": "Mica effect with light mode **Windows 11 Only**",
789
+
"type": "string",
790
+
"enum": [
791
+
"micaLight"
792
+
]
793
+
},
780
794
{
781
795
"description": "**Windows 7/10/11(22H1) Only**\n\n## Notes\n\nThis effect has bad performance when resizing/dragging the window on Windows 11 build 22621.",
0 commit comments