Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 9f8f771

Browse files
committed
set launch to opt in
1 parent 5ccc820 commit 9f8f771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/reducers/launchOnStartUp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { TOGGLE_LAUNCH_ON_START_UP, } from '../actions/actionTypes';
22

3-
const launchOnStartUp = (state = true, action) => {
3+
const launchOnStartUp = (state = false, action) => {
44
switch (action.type) {
55
case TOGGLE_LAUNCH_ON_START_UP:
66
return action.launchOnStartUp;

0 commit comments

Comments
 (0)