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
Currently if you attempt to make the logoMark blank with
logoMark = ""
it will display a > instead
The way to make the logoMark disappear currently is instead put the line
logoMark = " "
to make the logoMark a space.
It would be nice if there was a boolean like the logoCursorDisabled, but for the logoMark - logoMarkDisabled perhaps.
The text was updated successfully, but these errors were encountered:
Currently if you attempt to make the logoMark blank with
logoMark = ""
it will display a > instead
The way to make the logoMark disappear currently is instead put the line
logoMark = " "
to make the logoMark a space.
It would be nice if there was a boolean like the logoCursorDisabled, but for the logoMark - logoMarkDisabled perhaps.
The text was updated successfully, but these errors were encountered: