Skip to content

Commit

Permalink
修复回收站文件显示重复的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Apr 18, 2022
1 parent 0fb109e commit 0127949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/public.py
Original file line number Diff line number Diff line change
Expand Up @@ -4379,7 +4379,7 @@ def get_recycle_bin_list():
continue

# 包含默认回收站路径?
if not default_path in recycle_bin_list:
if not default_path + '/' in recycle_bin_list:
recycle_bin_list.append(default_path + '/')

return recycle_bin_list
Expand Down

0 comments on commit 0127949

Please sign in to comment.