mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(dock): fully implement StaticDockPanel with app management logic, transparent container styling, and hover-aware auto-close timers
This commit is contained in:
@@ -423,6 +423,10 @@ Loader {
|
||||
if (autoHide && !dockHovered && !anyAppHovered && !peekHovered && !menuHovered) {
|
||||
if (isStaticMode) {
|
||||
const panel = getStaticDockPanel();
|
||||
if (panel && (panel.menuHovered || (panel.currentContextMenu && panel.currentContextMenu.visible))) {
|
||||
restart();
|
||||
return;
|
||||
}
|
||||
if (panel && panel.isDockHovered) {
|
||||
restart();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user