2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-08 07:25:51 +00:00
This commit is contained in:
Jack Andersen 2016-07-14 10:05:30 -10:00
commit 6c28fc2dda

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;