allow corner hover open for horizontal bar

This commit is contained in:
end-4
2025-10-21 13:22:55 +02:00
parent b1921b7847
commit 1ba6b761f0
@@ -64,7 +64,6 @@ Scope {
id: sidebarCornerOpenInteractionLoader
active: {
if (!Config.options.sidebar.cornerOpen.enable) return false;
if (!Config.options.bar.vertical && Config.options.sidebar.cornerOpen.bottom == Config.options.bar.bottom) return false;
if (cornerPanelWindow.fullscreen) return false;
return (Config.options.sidebar.cornerOpen.bottom == cornerWidget.isBottom);
}