mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
FreeDiskSpace: Added DiskQuota option to change the returned size values to obey user disk quotas when set to DiskQuota=1. (default 0)
This commit is contained in:
@ -42,6 +42,7 @@ private:
|
||||
bool m_Total;
|
||||
bool m_Label;
|
||||
bool m_IgnoreRemovable;
|
||||
bool m_DiskQuota;
|
||||
|
||||
ULONGLONG m_OldTotalBytes;
|
||||
};
|
||||
|
Reference in New Issue
Block a user