MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / onNewFolderPressed

Method onNewFolderPressed

Tactility/Source/app/files/View.cpp:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void View::onNewFolderPressed() {
405 LOGGER.info("Creating new folder");
406 state->setPendingAction(State::ActionCreateFolder);
407 inputdialog::start("New Folder", "Enter folder name:", "");
408}
409
410void View::showActions() {
411 lv_obj_clean(action_list);

Callers 1

Calls 3

infoMethod · 0.80
setPendingActionMethod · 0.80
startFunction · 0.70

Tested by

no test coverage detected