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
it's supposed to return true if printing is enabled. But it returns false if printing is enabled. Sigh. Anyway, it's named inconsistently, it should be isEnabled() (camel case).
deprecate isenabled.
add isEnabled() with correct sense.
The text was updated successfully, but these errors were encountered:
it's supposed to return
true
if printing is enabled. But it returnsfalse
if printing is enabled. Sigh. Anyway, it's named inconsistently, it should beisEnabled()
(camel case).isenabled
.isEnabled()
with correct sense.The text was updated successfully, but these errors were encountered: