mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
enable renderResults
for searcher
This commit is contained in:
parent
60ba6cf2c6
commit
b41cb980dc
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user