fix: clean up some problems from the implementations

This commit is contained in:
2026-07-21 19:46:57 +02:00
parent 71d998f68e
commit 812de13f62
6 changed files with 16 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ fn preview_post_target() -> &'static Mutex<Option<String>> {
#[cfg(target_os = "macos")]
fn title_bar_metrics() -> Value {
json!({"macos_left_inset": 72})
serde_json::json!({"macos_left_inset": 72})
}
#[cfg(not(target_os = "macos"))]