5
0
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:
Michael 2024-12-01 13:47:24 -08:00
parent f2040797d7
commit 0466bc6936

View File

@ -1678,6 +1678,7 @@ func runChooserDialog(window pointer, allowMultiple, createFolders, showHidden b
count++
}
}
close(selections)
}()
})
C.gtk_widget_destroy((*C.GtkWidget)(unsafe.Pointer(fc)))