Made trail animation slightly longer to match old behavior better

macos-click-through
Jon Valdés 5 years ago
parent 5c8b1de97a
commit 6939a8186b

@ -28,7 +28,7 @@ pub struct CursorSettings {
pub fn initialize_settings() {
SETTINGS.set(&CursorSettings {
animation_length: 0.06,
animation_length: 0.1,
vfx_mode: cursor_vfx::VfxMode::Disabled,
});

Loading…
Cancel
Save