Skip to content
Snippets Groups Projects
Unverified Commit fb7a36eb authored by GyDi's avatar GyDi
Browse files

feat: use decorations in Linux, close #354

parent e7f294a0
No related branches found
No related tags found
No related merge requests found
......@@ -98,8 +98,8 @@ pub fn create_window(app_handle: &AppHandle) {
#[cfg(target_os = "linux")]
crate::log_err!(builder
.decorations(false)
.transparent(true)
.inner_size(800.0, 636.0)
.decorations(true)
.transparent(false)
.inner_size(800.0, 642.0)
.build());
}
......@@ -130,7 +130,7 @@ const Layout = () => {
</div>
<div className="layout__right" data-windrag>
{OS !== "macos" && (
{OS === "windows" && (
<div className="the-bar">
<LayoutControl />
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment