set default values to true for layout options
This commit is contained in:
parent
fef170ae3e
commit
9926a5c83b
@ -3,16 +3,16 @@ package org.bigbluebutton.main.model
|
||||
public class LayoutOptions
|
||||
{
|
||||
[Bindable]
|
||||
public var showLogButton:Boolean = false;
|
||||
public var showLogButton:Boolean = true;
|
||||
|
||||
[Bindable]
|
||||
public var showVideoLayout:Boolean = false;
|
||||
public var showVideoLayout:Boolean = true;
|
||||
|
||||
[Bindable]
|
||||
public var showResetLayout:Boolean = false;
|
||||
public var showResetLayout:Boolean = true;
|
||||
|
||||
[Bindable]
|
||||
public var showToolbar:Boolean = false;
|
||||
public var showToolbar:Boolean = true;
|
||||
|
||||
[Bindable]
|
||||
public var showHelpButton:Boolean = true;
|
||||
|
Loading…
Reference in New Issue
Block a user