sweetlilmre / TapuinoNext

The evolution of the Tapuino project
Other
22 stars 7 forks source link

Jumping a directory up does not work #5

Closed predecker closed 2 years ago

predecker commented 2 years ago

Jumping up a directory via ".." does not work. Please change line 174 in LoadSelector.cpp from

const char curDirName = dir.name(); to const char curDirName = dir.path();

I made a pull request with this change, too. Now that I know, how it works. :-)

sweetlilmre commented 2 years ago

Fixed by your pull request, thank you!