enable renderResults for searcher

This commit is contained in:
SrGooglo 2023-05-30 01:10:17 +00:00
parent 60ba6cf2c6
commit b41cb980dc

View File

@ -175,7 +175,7 @@ class ComtyApp extends React.Component {
openSearcher: (options) => {
app.cores.sound.useUIAudio("navigation.search")
window.app.ModalController.open((props) => <Searcher {...props} />)
window.app.ModalController.open((props) => <Searcher renderResults {...props} />)
},
openNavigationMenu: () => window.app.DrawerController.open("navigation", Navigation),
openFullImageViewer: (src) => {