mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: hidden public IP from combined view if public address disabled in the popup settings (#2330)
This commit is contained in:
@@ -70,9 +70,9 @@ public class Portal: PortalWrapper {
|
||||
view.distribution = .fillEqually
|
||||
view.spacing = Constants.Popup.spacing*2
|
||||
|
||||
self.usageField = portalRow(view, title: "\(localizedString("Usage")):")
|
||||
self.renderField = portalRow(view, title: "\(localizedString("Render")):")
|
||||
self.tilerField = portalRow(view, title: "\(localizedString("Tiler")):")
|
||||
self.usageField = portalRow(view, title: "\(localizedString("Usage")):").1
|
||||
self.renderField = portalRow(view, title: "\(localizedString("Render")):").1
|
||||
self.tilerField = portalRow(view, title: "\(localizedString("Tiler")):").1
|
||||
|
||||
return view
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user