refactor start of delete thread

This commit is contained in:
2025-12-12 22:54:33 +01:00
parent 1dce303ab6
commit 65eabea83e
2 changed files with 10 additions and 13 deletions

View File

@ -95,7 +95,7 @@ private:
static void ThreadScanDevices();
static void ThreadUserInput();
static void ThreadShred(Drive *const pDrive);
static void ThreadDelete();
static void ThreadDelete(Drive *const pDrive);
static void ThreadCheckFrozenDrives();
static void handleArrowKey(TUI::UserInput userInput);
static void handleEnter();