ThinBridge / Chronos

Chromiumベースの業務ブラウザ
Other
5 stars 3 forks source link

ExtFilter: modify a value for displaying all #178

Closed HashidaTKS closed 2 months ago

HashidaTKS commented 3 months ago

This is a work in progress, not tested yet.

Which issue(s) this PR fixes:

https://github.com/ThinBridge/Chronos-SG/issues/19

What this PR does / why we need it:

We should specify only extensions (and separater ".") for ExtFilter. On the other hand the value for displaying all (default) is "*.*", having a filename. So this patch modifies "*.*" to ".*" in order to contains only an extension.

How to verify the fixed issue:

This change is for the ThinApp mode file manager, so we can't test it in this repository. A test for this PR is executed with https://github.com/ThinBridge/Chronos-SG/pull/174.