Skip to content

Add circle cursor option to settings #4911

Add circle cursor option to settings

Add circle cursor option to settings #4911

Triggered via pull request December 7, 2025 15:31
Status Failure
Total duration 4m 22s
Artifacts

ci.yml

on: pull_request
Detect Changes
7s
Detect Changes
Verify Tauri plugin versions
11s
Verify Tauri plugin versions
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Typecheck
Process completed with exit code 2.
Typecheck: apps/desktop/src/routes/screenshot-editor/context.tsx#L62
Type '"auto"' is not assignable to type 'CursorType'.
Clippy (aarch64-apple-darwin, macos-latest)
Clippy had exited with the 101 exit code
field `r#type` of struct `cap_project::CursorConfiguration` is private: crates/rendering/src/layers/cursor.rs#L320
error[E0616]: field `r#type` of struct `cap_project::CursorConfiguration` is private --> crates/rendering/src/layers/cursor.rs:320:51 | 320 | let cursor_type = uniforms.project.cursor.r#type.clone(); | ^^^^^^ private field
Clippy (x86_64-pc-windows-msvc, windows-latest)
Clippy had exited with the 101 exit code
field `r#type` of struct `cap_project::CursorConfiguration` is private: crates/rendering/src/layers/cursor.rs#L320
error[E0616]: field `r#type` of struct `cap_project::CursorConfiguration` is private --> crates\rendering\src\layers\cursor.rs:320:51 | 320 | let cursor_type = uniforms.project.cursor.r#type.clone(); | ^^^^^^ private field