mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
fix path
This commit is contained in:
parent
8c0c056c47
commit
e5f7a23157
@ -235,7 +235,7 @@ void ImageInsertDialog::browseFile()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
sessionConfig.setExternalMediaDefaultPath(filePath);
|
sessionConfig.setExternalMediaDefaultPath(PathUtils::parentDirPath(filePath));
|
||||||
|
|
||||||
m_source = Source::LocalFile;
|
m_source = Source::LocalFile;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user