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
Even though the queue is set correctly, it is not hidden, as the "empty" key for the queue is ||- instead of the usual -. We fix this in the js code, as I assume that ||- will not be used as a valid key somewhere else (and even if, Autoselect would have been set to 2 for this, to make any difference - quite unlikely).
The text was updated successfully, but these errors were encountered:
Even though the queue is set correctly, it is not hidden, as the "empty" key for the queue is
||-
instead of the usual-
. We fix this in the js code, as I assume that||-
will not be used as a valid key somewhere else (and even if, Autoselect would have been set to 2 for this, to make any difference - quite unlikely).The text was updated successfully, but these errors were encountered: