fix: Remove button of content store entries not updating correctly
This commit is contained in:
parent
27c2c4dc33
commit
a8e83154f0
@ -261,7 +261,7 @@ namespace hex::plugin::builtin {
|
||||
bool removedFile = fs::remove(path / fs::path(fileName));
|
||||
bool removedFolder = fs::remove(path / fs::path(fileName).stem());
|
||||
|
||||
removed = removedFile || removedFolder;
|
||||
removed = removed || removedFile || removedFolder;
|
||||
}
|
||||
|
||||
return removed;
|
||||
|
Loading…
Reference in New Issue
Block a user