1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-29 14:08:31 +00:00

Fix the height of the FFZ Control Center title bar.

This commit is contained in:
SirStendec 2017-11-15 21:59:47 -05:00
parent 3607159929
commit 541bf1bc84
2 changed files with 2 additions and 2 deletions

View file

@ -270,7 +270,7 @@ export default class MainMenu extends Module {
parent: token
});
if ( def.default && ! tok.default ) {
if ( has(def, 'default') && ! has(tok, 'default') ) {
const def_type = typeof def.default;
if ( def_type === 'object' ) {
// TODO: Better way to deep copy this object.