respect new arguments
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 21s
Python / lint-format (pull_request) Successful in 36s
Python / test (pull_request) Successful in 1m11s
Lint & Format (Rust) / lint-format (pull_request) Failing after 1m16s

This commit is contained in:
2026-05-28 20:21:22 +02:00
parent 6e43bac52b
commit 9a026b2484
4 changed files with 45 additions and 47 deletions
+9 -9
View File
@@ -1011,7 +1011,7 @@ export const settingsIndex = [
keywords: ["corner", "radius"],
},
{
name: "Enable drop shadow",
name: "Enable shadow",
category: "screenshot",
categoryName: "Screenshot",
section: "Screenshot",
@@ -1025,19 +1025,19 @@ export const settingsIndex = [
keywords: ["rounded", "corners"],
},
{
name: "Shadow blur radius",
name: "Shadow blur amount",
category: "screenshot",
categoryName: "Screenshot",
section: "Screenshot",
keywords: ["blur", "shadow", "radius"],
},
{
name: "Shadow color",
category: "screenshot",
categoryName: "Screenshot",
section: "Screenshot",
keywords: ["color", "shadow"],
},
// {
// name: "Shadow color",
// category: "screenshot",
// categoryName: "Screenshot",
// section: "Screenshot",
// keywords: ["color", "shadow"],
// },
{
name: "Shadow offset X",
category: "screenshot",