Fixed inspector launch bug

This commit is contained in:
itdominator 2024-04-04 23:22:35 -05:00
parent e18f68c2b5
commit cf84cbbb35
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class SettingsManager(StartCheckMixin, Singleton):
self._trace_debug = False
self._debug = False
self._run_inspector = False
self._dirty_start = False
self._passed_in_file = False
self._starting_files = []