mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed: Statistics cannot be deleted (#152)
This commit is contained in:
@@ -223,6 +223,7 @@ statistics._deleteStatistic = function () {
|
||||
chrome.storage.local.set({
|
||||
[Setting.INTERNAL_STATISTICS_DATA]: {}
|
||||
});
|
||||
chrome.runtime.sendMessage({ topic: 'deleteStatistic' });
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user