fix: add unhide_delay for panels

This commit is contained in:
Jason Mobarak 2025-09-26 14:03:09 -07:00 committed by Ashley Wulber
parent ca422a7a70
commit c1756b8ce3
2 changed files with 3 additions and 2 deletions

4
Cargo.lock generated
View file

@ -1614,7 +1614,7 @@ dependencies = [
[[package]]
name = "cosmic-panel-config"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-panel#9c315e4acb60876aa2faacfe5777855830e88d79"
source = "git+https://github.com/pop-os/cosmic-panel#03d7b86f92549d46500a690ccad4df6a61d58d60"
dependencies = [
"anyhow",
"cosmic-config",
@ -9157,7 +9157,7 @@ dependencies = [
[[package]]
name = "xdg-shell-wrapper-config"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-panel#9c315e4acb60876aa2faacfe5777855830e88d79"
source = "git+https://github.com/pop-os/cosmic-panel#03d7b86f92549d46500a690ccad4df6a61d58d60"
dependencies = [
"serde",
"wayland-protocols-wlr",

View file

@ -491,6 +491,7 @@ impl PageInner {
wait_time: 1000,
transition_time: 200,
handle_size: 4,
unhide_delay: 200,
}),
);
} else {