fix task thing

This commit is contained in:
Fleeym 2024-06-13 22:28:09 +03:00
parent 0db032c0eb
commit c530a8a349

View file

@ -370,7 +370,7 @@ void FileSettingNode::onPickFile(CCObject*) {
{
dirs::getGameDir(),
setting()->castDefinition().controls.filters
}).then(
}).listen(
[this](Result<std::filesystem::path>* path) {
if (path->isOk()) {
m_uncommittedValue = path->unwrap();