Skip to content

Commit

Permalink
modify crash detection picture.
Browse files Browse the repository at this point in the history
  • Loading branch information
smallbomb committed Oct 21, 2021
1 parent b5f3b66 commit 166dfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __load_icons(self) -> Dict:
images += ['stamina_Au.png']
if self.loop_count > 0:
images += ['again.png']
if self.data['crash_detection']:
if self.data['crash_detection'] and not self.__adb_use:
images += ['kirafan_app_icon.png', 'start_screen.png']
icons = [Icon(image, self.data['common_confidence']) for image in images]
return {icon.name: icon for icon in icons}
Expand Down

0 comments on commit 166dfe7

Please sign in to comment.