mirror of
https://github.com/syncthing/syncthing.git
synced 2025-12-23 22:18:14 -05:00
IMHO the logic here was inverted. The only use for the report data is to show a preview when we ask the user whether they want to participate in usage reporting. However, the GUI would first load the report data and then consider whether we wanted to show that dialog or not. Instead, only load if it we're going to show the dialog. Signed-off-by: Jakob Borg <jakob@kastelo.net>