1
0
mirror of synced 2025-01-19 01:24:15 +01:00

fix: MacOS build error

This commit is contained in:
WerWolv 2022-06-17 10:31:28 +02:00
parent 1785088456
commit 9b77d7b5e2

View File

@ -187,8 +187,8 @@ namespace hex::fs {
std::vector<std::fs::path> paths = { applicationSupportDir };
if (exePath)
paths.push_back(exePath);
if (exePath.has_value()
paths.push_back(exePath.value());
switch (path) {
case ImHexPath::Patterns: