Skip to content

Commit 8115918

Browse files
committed
Fixed Logo Sizes
1 parent b3e6a91 commit 8115918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/js/customizer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@
9393

9494
control.setting( {} );
9595
control.setting( values );
96-
96+
control.hasLogo = true;
9797
control.toggle( true );
9898
} else {
99+
control.hasLogo = false;
99100
control.toggle( false );
100101
}
101102
},

0 commit comments

Comments
 (0)