Skip to content

Commit

Permalink
SHOW_SAVE_DIRECTORY_DIALOGの型定義を修正し、位置を移動
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Dec 31, 2024
1 parent 00878a4 commit 42d7473
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/type/ipc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ export type IpcIHData = {
return: AltPortInfos;
};

SHOW_SAVE_DIRECTORY_DIALOG: {
args: [obj: { title: string }];
return?: string;
};

SHOW_VVPP_OPEN_DIALOG: {
args: [obj: { title: string; defaultPath?: string }];
return?: string;
Expand All @@ -48,11 +53,6 @@ export type IpcIHData = {
return?: string;
};

SHOW_SAVE_DIRECTORY_DIALOG: {
args: [obj: { title: string }];
return?: string;
};

SHOW_PROJECT_SAVE_DIALOG: {
args: [obj: { title: string; defaultPath?: string }];
return?: string;
Expand Down

0 comments on commit 42d7473

Please sign in to comment.