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:
parent
3607159929
commit
541bf1bc84
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue