2 references to TimeFormat
Aspire.Dashboard (2)
Components\Dialogs\SettingsDialog.razor.cs (1)
121await LocalStorage.SetAsync(BrowserStorageKeys.TimeFormat, _timeFormat);
Components\Layout\MainLayout.razor.cs (1)
118var timeFormatResult = await LocalStorage.GetAsync<TimeFormat>(BrowserStorageKeys.TimeFormat);