Skip to content

Remove defunct check for proxyAction in foldermodel

Alexander Lohnau requested to merge work/fix_shift_del_on_desktop into master

If we press the shortcut directly on the desktop the proxy action is still the del action, because the context menu was not opened and the selection did not change after we pressed shift.

If we have the context menu open the proxyAction is properly updated.

TestPlan: Pressing delete with selected fle opens "Move to trash" dialog Pressing shift+delete with selected file opens "Delete Permanently" dialog

Same with the context menu open.

BUG: 444128

@ngraham @derek

Merge request reports