mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Open file in containing folder not working
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user