mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 22:19:46 +08:00
[v3 alpha] Fix deadlock of linux dialog for multiple selections
This commit is contained in:
parent
f2040797d7
commit
0466bc6936
@ -1678,6 +1678,7 @@ func runChooserDialog(window pointer, allowMultiple, createFolders, showHidden b
|
||||
count++
|
||||
}
|
||||
}
|
||||
close(selections)
|
||||
}()
|
||||
})
|
||||
C.gtk_widget_destroy((*C.GtkWidget)(unsafe.Pointer(fc)))
|
||||
|
Loading…
Reference in New Issue
Block a user