mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -246,11 +246,16 @@ pool with no way of using them to identify you.";
|
||||
if(SaveStatsChecked)
|
||||
Settings.Settings.Current.Stats = new StatsSettings
|
||||
{
|
||||
ShareStats = ShareStatsChecked, CommandStats = CommandStatsChecked,
|
||||
DeviceStats = DeviceStatsChecked, FilesystemStats = FilesystemStatsChecked,
|
||||
FilterStats = FilterStatsChecked, MediaImageStats = MediaImageStatsChecked,
|
||||
MediaScanStats = MediaScanStatsChecked, PartitionStats = PartitionStatsChecked,
|
||||
MediaStats = MediaStatsChecked, VerifyStats = VerifyStatsChecked
|
||||
ShareStats = ShareStatsChecked,
|
||||
CommandStats = CommandStatsChecked,
|
||||
DeviceStats = DeviceStatsChecked,
|
||||
FilesystemStats = FilesystemStatsChecked,
|
||||
FilterStats = FilterStatsChecked,
|
||||
MediaImageStats = MediaImageStatsChecked,
|
||||
MediaScanStats = MediaScanStatsChecked,
|
||||
PartitionStats = PartitionStatsChecked,
|
||||
MediaStats = MediaStatsChecked,
|
||||
VerifyStats = VerifyStatsChecked
|
||||
};
|
||||
else
|
||||
Settings.Settings.Current.Stats = null;
|
||||
|
||||
Reference in New Issue
Block a user