Refactor start of delete thread (#90)

Reviewed-on: #90
Co-authored-by: localhorst <localhorst@mosad.xyz>
Co-committed-by: localhorst <localhorst@mosad.xyz>
This commit is contained in:
2025-12-12 22:56:28 +01:00
committed by Hendrik Schutter
parent 1dce303ab6
commit 8a42ccf9c0
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();