There is no way to back to root folder in project browser
Closed this issue · 2 comments
paasukusai commented
- turn on power
- select [samplelib] floder
- there is no way to back to root folder (NG)
paasukusai commented
It might be ok if add command like this
if (mask & EPBM_L) {
Path root=std::string("/");
setCurrentFolder(root);
}