diff options
author | Thomas White <taw@physics.org> | 2021-12-02 15:48:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-12-02 16:19:39 +0100 |
commit | 681fbbe63fc58fe0783310f840f7de390470b351 (patch) | |
tree | af47f01acf05dbf22078fc778c391445b5090308 /src/gui_project.h | |
parent | 70bf4744ce51d52f439dcb6a652cad7c6daab466 (diff) |
GUI: Add a checkbox for automatically rescanning streams
Usually, one will want this option enabled. However, sometimes it
speeds things up a lot to disable it.
Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/54
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index 84c7cd55..f034e125 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -301,6 +301,7 @@ struct crystfelproject { char **filenames; char **events; int show_centre; + int rescan_on_change; int show_peaks; struct peak_params peak_search_params; |