chore: remove deprecated shell.moveItemToTrash() (#26723)
This commit is contained in:
parent
59b4d5c156
commit
09d7b2bc91
8 changed files with 1 additions and 93 deletions
|
@ -1,7 +1,3 @@
|
|||
import { deprecate } from 'electron/main';
|
||||
|
||||
const shell = process._linkedBinding('electron_common_shell');
|
||||
|
||||
shell.moveItemToTrash = deprecate.renameFunction(shell.moveItemToTrash, 'shell.trashItem');
|
||||
|
||||
export default shell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue