Skip to content

Always showing bubble no matter the value in config #76

@weekendsource

Description

@weekendsource

bool of nonempty string is always true so

https://github.com/SIMKL/script.simkl/blame/46c059b54df258ee42b80e455194f6fca5a83783/resources/lib/engine.py#L165

elif success and bool(get_setting("bubble")):

should be something like:

elif success and get_setting("bubble") == "true":

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions