Skip to content

Commit e446497

Browse files
committed
Fix mistake
1 parent 094ce0a commit e446497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public class Dock.MainWindow : Gtk.ApplicationWindow {
182182

183183
var value = "anchor=8:hide-mode=%d:restore-previous-region=1:visible-in-multitasking-view=1".printf (settings.get_enum ("autohide-mode"));
184184

185-
if (!initialized_blur) {
185+
if (initialized_blur) {
186186
Graphene.Rect bounds;
187187
bottom_margin.compute_bounds (bottom_margin, out bounds);
188188
value += ":blur=0,0,0,%d,%d".printf ((int) bounds.get_height (), BORDER_RADIUS);

0 commit comments

Comments
 (0)