fixed comment into code
This commit is contained in:
@@ -4,16 +4,16 @@ using CursorLang.Models;
|
||||
namespace CursorLang.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Применяет светлое или тёмное оформление к окнам приложения.
|
||||
/// Applies the light or the dark look to the windows of the application.
|
||||
/// </summary>
|
||||
public interface IThemeService
|
||||
{
|
||||
/// <summary>Тема, действующая сейчас.</summary>
|
||||
/// <summary>The theme in effect right now.</summary>
|
||||
AppTheme CurrentTheme { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Подключает окно к смене темы: заголовок окна рисует Windows,
|
||||
/// и его цвет приходится переключать для каждого окна отдельно.
|
||||
/// Hooks a window up to theme changes: the window title bar is drawn by Windows,
|
||||
/// and its colour has to be switched for each window separately.
|
||||
/// </summary>
|
||||
void Register(Window window);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user