mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 10:25:53 +00:00
Open recent project instead of simply travelling to project directory
This commit is contained in:
parent
cf09630cdb
commit
25e6db8fc5
@ -293,6 +293,11 @@ private:
|
|||||||
if (rIdx != -1)
|
if (rIdx != -1)
|
||||||
m_fb.navigateToPath(m_entries.at(rIdx).m_path);
|
m_fb.navigateToPath(m_entries.at(rIdx).m_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void rowActivated(size_t rIdx)
|
||||||
|
{
|
||||||
|
m_fb.okActivated(true);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
BookmarkDataBind m_systemBookmarkBind;
|
BookmarkDataBind m_systemBookmarkBind;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user