filechooser websocket handler.

This commit is contained in:
Miroslav Šedivý 2021-01-20 23:48:50 +01:00
parent dbbbc85c18
commit 64dd31844b
3 changed files with 78 additions and 11 deletions

View file

@ -134,17 +134,7 @@ func (ws *WebSocketManagerCtx) Start() {
}
})
ws.desktop.OnFileChooserDialogOpened(func() {
// TODO: Implement.
ws.logger.Info().
Msg("FileChooserDialog opened")
})
ws.desktop.OnFileChooserDialogClosed(func() {
// TODO: Implement.
ws.logger.Info().
Msg("FileChooserDialog closed")
})
ws.fileChooserDialogEvents()
}
func (ws *WebSocketManagerCtx) Shutdown() error {