mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-21 10:38:27 -05:00
fix task thing
This commit is contained in:
parent
0db032c0eb
commit
c530a8a349
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue