Skip to content

Commit e50063c

Browse files
fix(main) add back user flags for rpi
1 parent 0fbf265 commit e50063c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const WINDOW_POSITION = process.env.WINDOW_POSITION || "0,0";
1818
const PERSISTENT_DATA = process.env.PERSISTENT || "0";
1919
const REMOTE_DEBUG_PORT = process.env.REMOTE_DEBUG_PORT || 35173;
2020
const FLAGS = process.env.FLAGS || null;
21+
const USER_FLAGS = process.env.USER_FLAGS || null;
2122
const PROTOCOL_REGEX = /^[a-zA-Z0-9-]+:\/\//i; // regex for any protocol prefix
2223

2324
// Environment variables which can be overriden from the API

0 commit comments

Comments
 (0)