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

@ -51,3 +51,8 @@ const (
const (
BORADCAST_STATUS = "broadcast/status"
)
const (
FILE_CHOOSER_DIALOG_OPENED = "file_chooser_dialog/opened"
FILE_CHOOSER_DIALOG_CLOSED = "file_chooser_dialog/closed"
)