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

Custom #1

Open
wants to merge 89 commits into
base: master
Choose a base branch
from
Open

Custom #1

wants to merge 89 commits into from

Conversation

vgrabovets
Copy link
Owner

No description provided.

src/main.rs Show resolved Hide resolved
Comment on lines +413 to +417
if key_pressed(app, state, DeleteFile) {
if state.current_path.is_some() {
delete_current_image(state);
}
}

Check warning

Code scanning / clippy

this if statement can be collapsed Warning

this if statement can be collapsed
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.

1 participant