remove some outdated todo comments

This commit is contained in:
Drew Weymouth
2024-02-14 15:11:14 -08:00
parent a0902e6f63
commit 6ac9337625
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -366,8 +366,6 @@ func (c *Controller) DoConnectToServerWorkflow(server *backend.ServerConfig) {
}
func (m *Controller) PromptForLoginAndConnect() {
// TODO: this will need to be rewritten a bit when we support multi servers
// need to make sure the intended server is first in the list passed to NewLoginDialog
d := dialogs.NewLoginDialog(m.App.Config.Servers, m.App.ServerManager.GetServerPassword)
pop := widget.NewModalPopUp(d, m.MainWindow.Canvas())
d.OnSubmit = func(server *backend.ServerConfig, password string) {