Skip to content

Commit

Permalink
Revert "un comment old bypass plugin" better demo mode as plugins and…
Browse files Browse the repository at this point in the history
… contitional after...

This reverts commit f9e5fe4.
  • Loading branch information
Furtif committed Apr 20, 2024
1 parent f9e5fe4 commit b05f223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ def __init__(self, parent=None):
name = plug.plugin_name
need_hw = plug.need_hw

if options.simulation_mode and need_hw:
continue
# if options.simulation_mode and need_hw:
# continue

if not category in category_menus:
category_menus[category] = plugins_menu.addMenu(category)
Expand Down

0 comments on commit b05f223

Please sign in to comment.