📝 Docs(custom): prepare for 2.81

This commit is contained in:
Kuingsmile
2024-04-03 17:56:09 +08:00
parent 75b0c7f518
commit 0476346070
5 changed files with 14 additions and 10 deletions

View File

@@ -36,7 +36,6 @@ const handleClipboardUploading = async (): Promise<false | ImgInfo[]> => {
export const uploadClipboardFiles = async (): Promise<IStringKeyMap> => {
const img = await handleClipboardUploading()
console.log(img)
if (img !== false) {
if (img.length > 0) {
const trayWindow = windowManager.get(IWindowList.TRAY_WINDOW)