Skip to content

Commit 1c42103

Browse files
committed
[squashme]disconnected news fix
1 parent 59e2c40 commit 1c42103

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ int main(int argc, char *argv[])
209209
return 0;
210210
}
211211

212+
// Needed to fetch disconnect_posts.json
213+
qputenv("QML_XHR_ALLOW_FILE_READ", "1");
214+
212215
SplashController splashController(
213216
options.relaunchCommand, options.updateUpdaterVersion, options.connectUrl, settings);
214217
splashController.checkForUpdate();

0 commit comments

Comments
 (0)