Skip to content

Commit

Permalink
feat(recording) always show advanced options in dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 29, 2024
1 parent 7e8c1fd commit 5a96050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class AbstractStartRecordingDialogContent extends Component<IProps, IState> {
this._onToggleShowOptions = this._onToggleShowOptions.bind(this);

this.state = {
showAdvancedOptions: false
showAdvancedOptions: true
};
}

Expand Down

0 comments on commit 5a96050

Please sign in to comment.