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