Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add action to help menu #147

Merged
merged 2 commits into from
May 8, 2024
Merged

Conversation

arthniwa
Copy link
Contributor

@arthniwa arthniwa commented May 8, 2024

Add "Go to GitHub Repository" to the help menu.

Add "Go to GitHub Repository" to the help menu.
Copy link
Member

@CyanVoxel CyanVoxel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Until there's a proper help resource, this will work nicely as a stopgap. All it needs is to be formatted via Ruff, with instructions on how to do that in the "Can I Contribute" section on the readme.

However, for this PR, since all Ruff wants to do is format this one line to take up less width, you could get away with just manually formatting it as follows and it should pass the Ruff check:
Line 421:

self.repo_action.triggered.connect(
    lambda: webbrowser.open("https://github.com/TagStudioDev/TagStudio")
)

@arthniwa
Copy link
Contributor Author

arthniwa commented May 8, 2024

Thank you. Should've checked in the first place.

@CyanVoxel CyanVoxel merged commit 7acfecf into TagStudioDev:main May 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants