moved to MVVM architecture
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
namespace CursorLang.ViewModels;
|
||||
|
||||
/// <summary>
|
||||
/// Содержимое подсказки у курсора.
|
||||
/// </summary>
|
||||
public sealed partial class LayoutPopupViewModel : ObservableObject
|
||||
{
|
||||
[ObservableProperty]
|
||||
private string _shortName = "—";
|
||||
}
|
||||
Reference in New Issue
Block a user