| Description: |
This patch fixes a long standing issue with the timing function. Previously, if there were more than a couple of exceptions with the same timed values, all outgoing exceptions would disappear when those time frames were set by the program. Now, multiple time frames with the same values are able to execute all at the same time without losing any exceptions, eliminating the need to "stagger" time frames between exceptions to avoid this issue. In addition, some cosmetic changes were made to the UI. A bug with entering time frames on multiple exceptions at once was also fixed. |