You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I have broken the H key mapping while changing the OoO for #45 the if statment used to determine when they should be displayed will need to be adjusted. At least that is where it will begin.
if fixed != total or total == 0 or not int(self.versions_hide) == 1: line 855 in python/Vira/vira_api.py
The text was updated successfully, but these errors were encountered:
As a developer I have broken the
H
key mapping while changing the OoO for #45 theif
statment used to determine when they should be displayed will need to be adjusted. At least that is where it will begin.if fixed != total or total == 0 or not int(self.versions_hide) == 1:
line 855 inpython/Vira/vira_api.py
The text was updated successfully, but these errors were encountered: