SecurityCentral / classification-banner

Displays Classification Banner for a Graphical Session
Other
4 stars 7 forks source link

Typo in setting window opacity #16

Closed bracketttc closed 1 year ago

bracketttc commented 1 year ago

set_opacit should be set_opacity:

https://github.com/SecurityCentral/classification-banner/blob/20524616a394a77ac3e61a4aff19b50e75381ec4/classification_banner/banner.py#L261

Similar to #12 it doesn't cause a runtime exception because it's in a try-except that catches AttributeError. There don't seem to be any further issues masked by this at this time.