We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 673dab9 + d12f731 commit 56f232eCopy full SHA for 56f232e
1 file changed
src/util/monitorUtils.ts
@@ -146,8 +146,11 @@ export const createDepartureArray = (
146
) => {
147
const defaultSettings = {
148
hiddenRoutes: [],
149
- timeshift: 0,
+ timeShift: 0,
150
renamedDestinations: [],
151
+ showVia: true,
152
+ showStopNumber: false,
153
+ showEndOfLine: false,
154
};
155
const departures = [];
156
const alerts = [];
0 commit comments