Skip to content

Commit daa2a3f

Browse files
committed
Don't disallow reveal with barrier
1 parent f13ebfa commit daa2a3f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ShellClients/PanelWindow.vala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ public class Gala.PanelWindow : ShellWindow, RootTarget {
127127
}
128128

129129
protected override double get_hidden_progress () {
130-
if (starting) {
131-
// Don't show when starting
132-
return 1.0;
133-
}
134-
135130
var user_workspace_hidden_progress = double.min (
136131
user_gesture_controller.progress,
137132
workspace_gesture_controller.progress

0 commit comments

Comments
 (0)