Skip to content

Commit

Permalink
q-a update
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Dec 18, 2023
1 parent 896fc5a commit 11e26d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ body:
value:
Please make sure to [search for existing issues](https://github.com/mienaiyami/yomikiru/issues?q=) before filing a new one!

Create a discussion in the [Discussions as Q&A](https://github.com/mienaiyami/yomikiru/discussions/categories/q-a) for questions that are not related to bugs or feature requests.

Please **DO NOT DELETE** the issue unless its really needed. If the issue is fixed or stale then just mark it as closed.

- type: textarea
Expand Down
1 change: 1 addition & 0 deletions src/renderer/Components/LocationsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const LocationsTab = (): ReactElement => {
const stat = window.fs.lstatSync(window.path.join(link, cur));
if (window.fs.existsSync(window.path.join(link, cur))) {
if (
//todo use window.app.formats
stat.isDirectory() ||
[
".zip",
Expand Down

0 comments on commit 11e26d9

Please sign in to comment.