mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- [FreeDiskSpace] Added new "Type=" option to get drive type. (e.g. Fixed/Removable/Network) If set to 1, retrieve drive type as number/string. Default is 0.
- Code cleanup.
This commit is contained in:
@ -35,7 +35,8 @@ protected:
|
||||
|
||||
private:
|
||||
std::wstring m_Drive;
|
||||
std::wstring m_LabelName;
|
||||
std::wstring m_DriveInfo;
|
||||
bool m_Type;
|
||||
bool m_Total;
|
||||
bool m_Label;
|
||||
bool m_IgnoreRemovable;
|
||||
|
Reference in New Issue
Block a user