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
parent 16187858a3
commit 272a0c916d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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