mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 944008 - Usage reset doesn't work properly. r=gene
This commit is contained in:
parent
b4b25635a8
commit
2940d90868
@ -385,7 +385,7 @@ NetworkStatsDB.prototype = {
|
||||
request.onsuccess = function onsuccess(event) {
|
||||
let cursor = event.target.result;
|
||||
if (cursor) {
|
||||
if (!sample) {
|
||||
if (!sample && cursor.value.appId == 0) {
|
||||
sample = cursor.value;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user