Skip to content

Commit 8cbfffe

Browse files
committed
actually detect when IDA is is batch.....
1 parent 1df982c commit 8cbfffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/lighthouse/util/disassembler/ida_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _init_version(self):
8383

8484
@property
8585
def headless(self):
86-
return QT_AVAILABLE
86+
return idaapi.cvar.batch
8787

8888
#--------------------------------------------------------------------------
8989
# Synchronization Decorators

0 commit comments

Comments
 (0)