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

CoverBrowser: fix file popup dialog #11576

Merged
merged 1 commit into from Mar 20, 2024

Conversation

hius07
Copy link
Member

@hius07 hius07 commented Mar 20, 2024

Fixes #11437 (comment).
First discussion: #11404 (comment)


This change is Reviewable

if self.showFileDialog and self.showFileDialog ~= self.showFileDialog_ours then
if self.path -- FileManager only
and (not self.showFileDialog_ours -- never replaced
or self.showFileDialog ~= self.showFileDialog_ours) then -- it is no more ours
Copy link
Member

Choose a reason for hiding this comment

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

no longer :-p

Copy link
Member Author

Choose a reason for hiding this comment

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

Restored original wordings from #2940.

Copy link
Member

Choose a reason for hiding this comment

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

It is a way @poire-z likes to put it. ;-P Anyway, as stated merging is fine by me, but it should be "no longer" ^_^

Copy link
Contributor

Choose a reason for hiding this comment

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

(Yes, my English is a bit unstable on "no more" vs. "no longer" :))

@Frenzie Frenzie added this to the 2024.04 milestone Mar 20, 2024
@hius07 hius07 merged commit c8c4e03 into koreader:master Mar 20, 2024
2 of 3 checks passed
@hius07 hius07 deleted the coverbrowser-file-dialog-fix branch March 20, 2024 09:02
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

3 participants