We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6bea2 commit 3dfd557Copy full SHA for 3dfd557
v2rayN/v2rayN/Views/ProfilesView.xaml.cs
@@ -338,24 +338,16 @@ private void RestoreUI()
338
item2.Width = item.Width;
339
item2.DisplayIndex = displayIndex++;
340
}
341
+ if (item.Name.StartsWith("to"))
342
+ {
343
+ if (!_config.guiItem.enableStatistics)
344
345
+ item2.Visibility = Visibility.Hidden;
346
+ }
347
348
349
350
-
- if (!_config.guiItem.enableStatistics)
- {
- colTodayUp.Visibility =
- colTodayDown.Visibility =
- colTotalUp.Visibility =
- colTotalDown.Visibility = Visibility.Hidden;
351
- }
352
- else
353
354
355
356
357
- colTotalDown.Visibility = Visibility.Visible;
358
359
360
361
private void StorageUI()
0 commit comments