Skip to content

Use textual's .open_url method here #195

@stabldev

Description

@stabldev

so textual have this .open_url method: https://textual.textualize.io/api/app/#textual.app.App.open_url
replace with this, also remove unused imports.

webbrowser.open(resolved_magnet_uri)

replace this with:

self.app.open_url(resolved_magnet_uri)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions