mostly working now, except for track result action, and results ranking

This commit is contained in:
Drew Weymouth
2023-11-05 14:07:52 -08:00
parent 17df4d780e
commit 155ee877e3
3 changed files with 116 additions and 24 deletions
+3
View File
@@ -506,7 +506,10 @@ func (c *Controller) ShowQuickSearch() {
c.NavigateTo(GenreRoute(id))
}
}
c.ClosePopUpOnEscape(pop)
c.haveModal = true
pop.Show()
c.MainWindow.Canvas().Focus(qs.SearchEntry)
}
func (c *Controller) trySetPasswordAndConnectToServer(server *backend.ServerConfig, password string) error {