mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-24 11:31:44 +08:00
🐛 #80 修复 win depd bug
This commit is contained in:
@@ -178,7 +178,7 @@ const changeHideOnBlur = () => {
|
||||
const getIcon = () => {
|
||||
if (props.clipboardFile[0].dataUrl) return props.clipboardFile[0].dataUrl;
|
||||
return props.clipboardFile[0].isFile ? require("../assets/file.png") : require("../assets/folder.png")
|
||||
}
|
||||
};
|
||||
|
||||
const newWindow = () => {
|
||||
ipcRenderer.send("msg-trigger", {
|
||||
|
||||
Reference in New Issue
Block a user