fix: dnd panic on applet page
This commit is contained in:
parent
d31359e8c6
commit
01328729d6
2 changed files with 11 additions and 7 deletions
|
|
@ -22,7 +22,7 @@ git = "https://github.com/pop-os/cosmic-comp"
|
|||
[workspace.dependencies.cosmic-panel-config]
|
||||
git = "https://github.com/pop-os/cosmic-panel"
|
||||
|
||||
[patch."https://github.com/pop-os/libcosmic"]
|
||||
# [patch."https://github.com/pop-os/libcosmic"]
|
||||
# libcosmic = { path = "../libcosmic" }
|
||||
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
|
||||
|
|
@ -34,4 +34,5 @@ sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay
|
|||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
debug = true
|
||||
lto = "thin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue