Skip to content

Commit

Permalink
chore: default to use docked chat
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Jul 1, 2020
1 parent daa8603 commit 6bbbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metastream-app/src/reducers/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const initialState: ISettingsState = {
allowTracking: false,
sessionMode: SessionMode.Private,
language: DEFAULT_LANGUAGE,
chatLocation: ChatLocation.FloatLeft,
chatLocation: ChatLocation.DockRight,
chatTimestamp: false,
autoFullscreen: true,
theaterMode: false,
Expand Down

0 comments on commit 6bbbe12

Please sign in to comment.