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

"Quit" is never clickable in file menu #1422

Closed
Akuli opened this issue Nov 6, 2023 · 3 comments
Closed

"Quit" is never clickable in file menu #1422

Akuli opened this issue Nov 6, 2023 · 3 comments

Comments

@Akuli
Copy link
Owner

Akuli commented Nov 6, 2023

Introduced in #1349

@taahol
Copy link
Contributor

taahol commented Dec 22, 2023

@taahol
Copy link
Contributor

taahol commented Feb 7, 2024

if tab is not None and callback(tab):

Callback isn’t called when there is no tabs.

@Akuli
Copy link
Owner Author

Akuli commented Feb 7, 2024

IMO it should just pass a None to the callback when there are no tabs, so that the callback can decide what to do.

taahol added a commit to taahol/porcupine that referenced this issue Feb 8, 2024
Akuli pushed a commit that referenced this issue Feb 9, 2024
@Akuli Akuli closed this as completed in 0b82c47 Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants