commit e57b354c3a32b985a18c26b85be4bb7042138216
parent 1e9122826142119170e552c560bcaaefa5f71611
Author: triesap <tyson@radroots.org>
Date: Fri, 17 Apr 2026 23:13:36 +0000
app: remove settings window edge line
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/crates/launchers/desktop/src/menus.rs b/crates/launchers/desktop/src/menus.rs
@@ -1,6 +1,6 @@
use gpui::{
App, Bounds, KeyBinding, Menu, MenuItem, SystemMenuType, WindowBounds, WindowOptions,
- actions, px, size,
+ WindowBackgroundAppearance, actions, px, size,
};
use radroots_app_i18n::{AppTextKey, app_text};
use radroots_app_ui::APP_UI_THEME;
@@ -35,6 +35,7 @@ pub fn install_native_app_menu(runtime: DesktopAppRuntime, cx: &mut App) {
px(APP_UI_THEME.windows.settings_height_px),
)),
titlebar: Some(settings_titlebar_options()),
+ window_background: WindowBackgroundAppearance::Transparent,
..Default::default()
},
|window, cx| {