mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
critical fix in network module: uncomment data usage in the widget
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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 = "";
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user