filemanagerhistory: apply selection without dialog

reviewable/pr11693/r7
hius07 1 month ago committed by GitHub
parent 919d8bc83c
commit 1a85132732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -325,7 +325,7 @@ function FileManagerHistory:showHistDialog()
self.selected_colections = self.ui.collections.selected_colections
self:updateItemTable()
end
self.ui.collections:onShowCollList({}, caller_callback) -- do not select any
self.ui.collections:onShowCollList({}, caller_callback, true) -- do not select any, no dialog to apply
end,
},
})

Loading…
Cancel
Save