mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-15 03:07:41 +01:00
fix: 🐛 The internationalization problem of repairing path selector
This commit is contained in:
parent
95c0094a9a
commit
8e6af2087e
@ -58,7 +58,10 @@ export default {
|
||||
'show-open-dialog',
|
||||
{
|
||||
properties: properties || [],
|
||||
filters: filters || [],
|
||||
filters: (filters || []).map(item => ({
|
||||
...item,
|
||||
name: window.t(item.name),
|
||||
})),
|
||||
...(defaultPath
|
||||
? {
|
||||
defaultPath,
|
||||
|
Loading…
Reference in New Issue
Block a user