mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
file chooser dialog events implementation.
This commit is contained in:
@ -53,7 +53,8 @@ func (manager *DesktopManagerCtx) Start() {
|
||||
|
||||
go xevent.EventLoop(manager.display)
|
||||
|
||||
go manager.fileChooserDialogStart()
|
||||
// In case it was opened
|
||||
go manager.CloseFileChooserDialog()
|
||||
|
||||
manager.OnEventError(func(error_code uint8, message string, request_code uint8, minor_code uint8) {
|
||||
manager.logger.Warn().
|
||||
|
Reference in New Issue
Block a user