forked from openkylin/kylin-code
Fixed open file command does not start in relative to the current file's path From upstream
This commit is contained in:
parent
218c287160
commit
d9ed948fdb
|
@ -82,7 +82,8 @@ export class DialogMainService implements IDialogMainService {
|
|||
const dialogOptions: OpenDialogOptions = {
|
||||
title: options.title,
|
||||
buttonLabel: options.buttonLabel,
|
||||
filters: options.filters
|
||||
filters: options.filters,
|
||||
defaultPath: options.defaultPath
|
||||
};
|
||||
|
||||
// Ensure properties
|
||||
|
|
Loading…
Reference in New Issue