소스 검색

chore: fix doc link (#7147)

Amr Bashir 2 년 전
부모
커밋
bfaf624a4c
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      core/tauri-config-schema/schema.json
  2. 1 1
      core/tauri-utils/src/config.rs
  3. 1 1
      tooling/cli/schema.json

+ 1 - 1
core/tauri-config-schema/schema.json

@@ -616,7 +616,7 @@
           "format": "double"
         },
         "color": {
-          "description": "Window effect color. Affects [`WindowEffects::Blur`] and [`WindowEffects::Acrylic`] only on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.",
+          "description": "Window effect color. Affects [`WindowEffect::Blur`] and [`WindowEffect::Acrylic`] only on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.",
           "anyOf": [
             {
               "$ref": "#/definitions/Color"

+ 1 - 1
core/tauri-utils/src/config.rs

@@ -781,7 +781,7 @@ pub struct WindowEffectsConfig {
   pub state: Option<WindowEffectState>,
   /// Window effect corner radius **macOS Only**
   pub radius: Option<f64>,
-  /// Window effect color. Affects [`WindowEffects::Blur`] and [`WindowEffects::Acrylic`] only
+  /// Window effect color. Affects [`WindowEffect::Blur`] and [`WindowEffect::Acrylic`] only
   /// on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.
   pub color: Option<Color>,
 }

+ 1 - 1
tooling/cli/schema.json

@@ -616,7 +616,7 @@
           "format": "double"
         },
         "color": {
-          "description": "Window effect color. Affects [`WindowEffects::Blur`] and [`WindowEffects::Acrylic`] only on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.",
+          "description": "Window effect color. Affects [`WindowEffect::Blur`] and [`WindowEffect::Acrylic`] only on Windows 10 v1903+. Doesn't have any effect on Windows 7 or Windows 11.",
           "anyOf": [
             {
               "$ref": "#/definitions/Color"