mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: allow disabling BT support from the command line
This is a quick hack to reduce the noise in the log file when chasing other bugs. Maybe this should not be enabled on release builds, but right now I don't think the harm that having this in would do. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2a97934db4
commit
97e26fd51b
3 changed files with 17 additions and 9 deletions
|
@ -257,7 +257,7 @@ extern bool autogroup;
|
|||
struct dive *unregister_dive(int idx);
|
||||
extern void delete_single_dive(int idx);
|
||||
|
||||
extern int run_survey, quit, force_root;
|
||||
extern int run_survey, quit, force_root, ignore_bt;
|
||||
#ifdef SUBSURFACE_MOBILE_DESKTOP
|
||||
extern char *testqml;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue