mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-01 18:12:06 -07:00
feat: streamline Kiku duplicate grouping and popup flow
This commit is contained in:
7
src/renderer/kiku-open.ts
Normal file
7
src/renderer/kiku-open.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export function prepareForKikuFieldGroupingOpen(options: {
|
||||
closeLookupWindow: () => boolean;
|
||||
pausePlayback: () => void;
|
||||
}): void {
|
||||
options.closeLookupWindow();
|
||||
options.pausePlayback();
|
||||
}
|
||||
Reference in New Issue
Block a user