toolbar: linux fixes

This commit is contained in:
FTCHD
2026-05-10 19:18:33 +03:00
parent 7482f8543c
commit bb70a97baf
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ fn create_toolbar_window(app_handle: &AppHandle) -> Result<WebviewWindow, tauri:
let logical_position = physical_position.to_logical::<f64>(scale_factor);
let pos_x = logical_position.x;
let pos_y = logical_position.y + (logical_size.height / 4.0);
let pos_y = logical_position.y;
let mut b = WebviewWindowBuilder::new(
app_handle,