Open recent project instead of simply travelling to project directory

This commit is contained in:
Phillip Stephens 2016-07-09 15:01:15 -07:00
parent cf09630cdb
commit 25e6db8fc5
1 changed files with 5 additions and 0 deletions

View File

@ -293,6 +293,11 @@ private:
if (rIdx != -1)
m_fb.navigateToPath(m_entries.at(rIdx).m_path);
}
void rowActivated(size_t rIdx)
{
m_fb.okActivated(true);
}
};
BookmarkDataBind m_systemBookmarkBind;