🔨 resolve conflicts

This commit is contained in:
layyback
2023-03-26 19:46:46 +08:00
52 changed files with 10156 additions and 739 deletions

View File

@@ -16,7 +16,7 @@ export default function getCopyFiles(): Array<any> | null {
} catch (e) {
return null;
}
} else if (commonConst.windows()) {
} else if (process.platform === "win32") {
/* eslint-disable */
const clipboardEx = require("electron-clipboard-ex");
fileInfo = clipboardEx.readFilePaths();