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
+28 -28
View File
@@ -50,7 +50,7 @@ SettingsPage {
min: 0
name: "Corner radius"
object: Config.screenshot
setting: "corner_radius"
setting: "radius"
shouldBeActive: Config.screenshot.mode === "manual"
step: 1
}
@@ -60,9 +60,9 @@ SettingsPage {
}
SettingSwitch {
name: "Enable drop shadow"
name: "Enable shadow"
object: Config.screenshot
setting: "drop_shadow"
setting: "shadow"
shouldBeActive: Config.screenshot.mode === "manual"
}
@@ -73,7 +73,7 @@ SettingsPage {
SettingSwitch {
name: "Enable rounded corners"
object: Config.screenshot
setting: "rounded_corners"
setting: "rounding"
shouldBeActive: Config.screenshot.mode === "manual"
}
@@ -83,9 +83,9 @@ SettingsPage {
SettingSpinBox {
min: 0
name: "Shadow blur radius"
name: "Shadow blur amount"
object: Config.screenshot
setting: "shadow_blur_radius"
setting: "shadow_blur"
shouldBeActive: Config.screenshot.mode === "manual"
step: 1
}
@@ -94,29 +94,29 @@ SettingsPage {
shouldBeActive: Config.screenshot.mode === "manual"
}
SettingSwitch {
name: "Shadow color broken atm"
object: Config.Screenshot
setting: "shadow_color"
shouldBeActive: Config.screenshot.mode === "manual"
}
// SettingSwitch {
// name: "Shadow color broken atm"
// object: Config.Screenshot
// setting: "shadow_color"
// shouldBeActive: Config.screenshot.mode === "manual"
// }
//
// Separator {
// shouldBeActive: Config.screenshot.mode === "manual"
// }
Separator {
shouldBeActive: Config.screenshot.mode === "manual"
}
SettingSpinBox {
min: 1
name: "Shadow passes"
object: Config.screenshot
setting: "shadow_blur_passes"
shouldBeActive: Config.screenshot.mode === "manual"
step: 1
}
Separator {
shouldBeActive: Config.screenshot.mode === "manual"
}
// SettingSpinBox {
// min: 1
// name: "Shadow passes"
// object: Config.screenshot
// setting: "shadow_blur_passes"
// shouldBeActive: Config.screenshot.mode === "manual"
// step: 1
// }
//
// Separator {
// shouldBeActive: Config.screenshot.mode === "manual"
// }
SettingSpinBox {
min: 0