Skip to content

Commit

Permalink
fix: default number of custompages changed from 16 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Nov 30, 2020
1 parent e4e427a commit 353ac95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/reducers/settingsReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const defaultSettingsReducerState: Array<ISettings> = [
voFadeTime: 280,
showPfl: false,
enablePages: true,
numberOfCustomPages: 16,
numberOfCustomPages: 4,
chanStripFollowsPFL: true,
serverOnline: true,
},
Expand Down

0 comments on commit 353ac95

Please sign in to comment.