mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-31 07:19:06 +02:00
file chooser dialog diabled by default.
This commit is contained in:
parent
d9bcde3331
commit
b40c0778c8
7 changed files with 37 additions and 10 deletions
|
@ -167,7 +167,9 @@ func (manager *WebSocketManagerCtx) Start() {
|
|||
})
|
||||
})
|
||||
|
||||
manager.fileChooserDialogEvents()
|
||||
if manager.desktop.IsFileChooserDialogEnabled() {
|
||||
manager.fileChooserDialogEvents()
|
||||
}
|
||||
|
||||
if manager.sessions.Settings().InactiveCursors {
|
||||
manager.startInactiveCursors()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue