* move dark/light mode toggle to ui settings page * separate current culture (formatting) and ui culture (language) * add some more sample translations * update changelog * fix cancellation token
4 lines
111 B
C#
4 lines
111 B
C#
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public record GetUiSettings : IRequest<UiSettingsViewModel>;
|