We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f111387 commit 5043768Copy full SHA for 5043768
src/shell/script/ts/src/compats/explorer_compat.ts
@@ -4,11 +4,6 @@ export const doExplorerCompat = () => {
4
menu_controller.add_menu_listener(ctx => {
5
for (const items of ctx.menu.items) {
6
const data = items.data()
7
- if (data.name_resid === '10580@SHELL32.dll' /* 清空回收站 */ || data.name === '清空回收站') {
8
- items.update_data({
9
- disabled: false
10
- })
11
- }
12
13
if (data.name?.startsWith('NVIDIA ')) {
14
items.update_data({
0 commit comments