File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ private class ClockView: NSStackView {
478
478
479
479
private func setTZ( ) {
480
480
self . nameField. stringValue = " \( self . clock. name) "
481
- if let tz = Clock . zones. first ( where: { $0. key == self . clock. tz } ) {
481
+ if let tz = Clock . zones. first ( where: { $0. key == self . clock. tz } ) , tz . key != " local " {
482
482
self . nameField. stringValue += " ( \( tz. value) ) "
483
483
}
484
484
}
Original file line number Diff line number Diff line change 2841
2841
"@executable_path/../Frameworks",
2842
2842
);
2843
2843
MACOSX_DEPLOYMENT_TARGET = 10.15;
2844
- MARKETING_VERSION = 2.11.15 ;
2844
+ MARKETING_VERSION = 2.11.16 ;
2845
2845
OTHER_LDFLAGS = "";
2846
2846
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
2847
2847
PRODUCT_NAME = "$(TARGET_NAME)";
2879
2879
"@executable_path/../Frameworks",
2880
2880
);
2881
2881
MACOSX_DEPLOYMENT_TARGET = 10.15;
2882
- MARKETING_VERSION = 2.11.15 ;
2882
+ MARKETING_VERSION = 2.11.16 ;
2883
2883
OTHER_LDFLAGS = "";
2884
2884
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
2885
2885
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change 17
17
<key >CFBundleShortVersionString </key >
18
18
<string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleVersion </key >
20
- <string >604 </string >
20
+ <string >606 </string >
21
21
<key >Description </key >
22
22
<string >Simple macOS system monitor in your menu bar </string >
23
23
<key >LSApplicationCategoryType </key >
Original file line number Diff line number Diff line change 380
380
"Last reset" = "Ostatni reset %0 temu";
381
381
"Latency" = "Opóźnienie";
382
382
"Upload speed" = "Wysyłka";
383
- "Download speed" = "Pobieranie ";
383
+ "Download speed" = "Pobranie ";
384
384
385
385
// Battery
386
386
"Level" = "Poziom naładowania";
Original file line number Diff line number Diff line change 11
11
<key >CFBundleInfoDictionaryVersion </key >
12
12
<string >6.0 </string >
13
13
<key >CFBundleShortVersionString </key >
14
- <string >2.11.15 </string >
14
+ <string >2.11.16 </string >
15
15
<key >CFBundleVersion </key >
16
- <string >604 </string >
16
+ <string >606 </string >
17
17
<key >NSExtension </key >
18
18
<dict >
19
19
<key >NSExtensionPointIdentifier </key >
You can’t perform that action at this time.
0 commit comments