fix: Open file in containing folder not working
This commit is contained in:
parent
d9cecbbb5f
commit
e43016735d
@ -193,6 +193,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
void FileProvider::setPath(const std::fs::path &path) {
|
||||
m_path = path;
|
||||
m_path.make_preferred();
|
||||
}
|
||||
|
||||
bool FileProvider::open() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user