mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
filechooser websocket handler.
This commit is contained in:
parent
dbbbc85c18
commit
64dd31844b
3 changed files with 78 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue