mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:53:10 +02:00
Fix file loading dialogs
This commit is contained in:
parent
67771bc297
commit
50ee41e095
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ class FileDialogListener : public ModalDialogListener {
|
|||
|
||||
private slots:
|
||||
void onSelectedFile(QVariant file) {
|
||||
_result = file;
|
||||
_result = file.toUrl().toLocalFile();
|
||||
_finished = true;
|
||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
||||
emit response(_result);
|
||||
|
|
Loading…
Reference in a new issue