diff options
Diffstat (limited to 'options')
-rw-r--r-- | options/scoped.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/scoped.cpp b/options/scoped.cpp index 00f30be7..33db7907 100644 --- a/options/scoped.cpp +++ b/options/scoped.cpp @@ -48,6 +48,7 @@ static bool is_tracker_teardown() opts::~opts() { + // XXX TODO debug crash with ps3eye dialog in pt tracker -sh 20211019 if (!is_tracker_teardown() && raii) #if 1 run_in_thread_sync(qApp->thread(), [this]{ b->reload(); }); |