mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Better name
Timeit.Stopwatch -> Stopwatch.Normal Timeit.StopwatchDebug -> Stopwatch.Debug
This commit is contained in:
@@ -20,6 +20,7 @@ using Wox.Helper;
|
||||
using Wox.Infrastructure;
|
||||
using Wox.Plugin;
|
||||
using Application = System.Windows.Forms.Application;
|
||||
using Stopwatch = Wox.Infrastructure.Stopwatch;
|
||||
|
||||
namespace Wox
|
||||
{
|
||||
@@ -329,7 +330,7 @@ namespace Wox
|
||||
|
||||
private void OnThemeTabSelected()
|
||||
{
|
||||
Timeit.StopwatchDebug("theme load", () =>
|
||||
Stopwatch.Debug("theme load", () =>
|
||||
{
|
||||
var s = Fonts.SystemFontFamilies;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user