fix(layout): make app icon and name draggable (#3346)

The "the-newbtn" UpdateButton is still NOT draggable as expected.
This commit is contained in:
Mozi
2025-04-18 16:06:30 +00:00
committed by GitHub
Unverified
parent 16187858a3
commit 272a0c916d

View File

@@ -287,6 +287,7 @@ const Layout = () => {
<div className="layout__left">
<div className="the-logo" data-tauri-drag-region="true">
<div
data-tauri-drag-region="true"
style={{
height: "27px",
display: "flex",