This commit is contained in:
Vanessa 2022-06-07 15:01:40 +08:00
parent 785cb50e85
commit 27da48354d
5 changed files with 11 additions and 12 deletions

View file

@ -5,7 +5,7 @@ import {SaveDialogReturnValue, shell} from "electron";
import {afterExport} from "../protyle/export/util";
/// #endif
import {isBrowser} from "../util/functions";
import {hideMessage, showMessage} from "../dialog/message";
import {showMessage} from "../dialog/message";
export const exportConfig = {
element: undefined as Element,