fix(app): new layout issues

This commit is contained in:
Adam
2026-01-15 07:00:53 -06:00
parent 4a8cdc9033
commit e41cf80835
4 changed files with 113 additions and 31 deletions
+5
View File
@@ -293,6 +293,11 @@ pub fn run() {
"#
));
#[cfg(target_os = "macos")]
let window_builder = window_builder
.title_bar_style(tauri::TitleBarStyle::Overlay)
.hidden_title(true);
let _window = window_builder.build().expect("Failed to create window");
let (tx, rx) = oneshot::channel();
-3
View File
@@ -319,9 +319,6 @@ render(() => {
return (
<PlatformProvider value={platform}>
<AppBaseProviders>
{ostype() === "macos" && (
<div class="mx-px bg-background-base border-b border-border-weak-base h-8" data-tauri-drag-region />
)}
<ServerGate>
{(data) => {
setServerPassword(data().password)