use new parented dialog for file open - much better window management experience

This commit is contained in:
Adam D. Ruppe 2024-10-24 18:02:59 -04:00
parent 3e0d5b7acd
commit f74e3bfd4d
1 changed files with 1 additions and 1 deletions

View File

@ -943,7 +943,7 @@ version(cef) {
try {
auto ptr = callback.passable();
browser.runOnWebView((wv) {
getOpenFileName((string name) {
getOpenFileName(wv.parentWindow, (string name) {
auto callback = RC!cef_file_dialog_callback_t(ptr);
auto list = libcef.string_list_alloc();
auto item = cef_string_t(name);