fixed bug with filtering new attached drives
This commit is contained in:
@ -23,6 +23,7 @@ public:
|
||||
|
||||
bool bWasShredded = false;
|
||||
bool bWasDeleteted = false;
|
||||
bool bIsOffline = false;
|
||||
|
||||
private:
|
||||
string sPath;
|
||||
@ -36,6 +37,7 @@ private:
|
||||
|
||||
double d32TaskPercentage = 0U; //in percent for Shred (1 to 100)
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user