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
The default step.rc in LOSI has the following line:
include “$ThemeDir$config_compatibility_patch.rc”
This is only needed for OTS1 themes. However, the remainder of the step.rc does not implement the necessary architecture for complete support of an OTS1 theme.
I suggest removing that include line all together and moving the themeselect.rc include line right above the remaining include lines.
The text was updated successfully, but these errors were encountered:
The default step.rc in LOSI has the following line:
include “$ThemeDir$config_compatibility_patch.rc”
This is only needed for OTS1 themes. However, the remainder of the step.rc does not implement the necessary architecture for complete support of an OTS1 theme.
I suggest removing that include line all together and moving the themeselect.rc include line right above the remaining include lines.
The text was updated successfully, but these errors were encountered: