Skip to content

Commit

Permalink
fix: Open file in containing folder not working
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jun 27, 2024
1 parent d9cecbb commit e430167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/builtin/source/content/providers/file_provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit e430167

Please sign in to comment.