You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: export set_window_class_null_background to fix clippy error
Export set_window_class_null_background in crates/auroraview-core/src/builder/mod.rs to prevent a dead code warning on non-Windows platforms where its only caller is stubbed out.