mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
file chooser dialog diabled by default.
This commit is contained in:
@ -167,7 +167,9 @@ func (manager *WebSocketManagerCtx) Start() {
|
||||
})
|
||||
})
|
||||
|
||||
manager.fileChooserDialogEvents()
|
||||
if manager.desktop.IsFileChooserDialogEnabled() {
|
||||
manager.fileChooserDialogEvents()
|
||||
}
|
||||
|
||||
if manager.sessions.Settings().InactiveCursors {
|
||||
manager.startInactiveCursors()
|
||||
|
Reference in New Issue
Block a user