Skip to content

Commit

Permalink
critical fix in network module: uncomment data usage in the widget
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban committed Jun 9, 2020
1 parent 48d62b1 commit 064515e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ModuleKit/Widgets/Network.swift
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ public class NetworkWidget: Widget {
var updated: Bool = false

if self.downloadValue != download {
// self.downloadValue = download
self.downloadValue = download
updated = true
}
if self.uploadValue != upload {
// self.uploadValue = upload
self.uploadValue = upload
updated = true
}

Expand Down
4 changes: 2 additions & 2 deletions Stats.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.0.2;
MARKETING_VERSION = 2.0.3;
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1547,7 +1547,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.0.2;
MARKETING_VERSION = 2.0.3;
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 064515e

Please sign in to comment.