/
vasiukoff
/
sg
Обзор
Документация
Войти
/
vasiukoff
/
sg
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ViewModels/CustomActionContextMenuLabel.cs
8 строк
228 B
leo
ux: add badge for global custom actions (#1490)
02 июл 2025, 11:24
02 июл 2025, 11:24
945c63c
Код
Авторство
О чём код?
namespace SourceGit.ViewModels { public class CustomActionContextMenuLabel(string name, bool isGlobal) { public string Name { get; set; } = name; public bool IsGlobal { get; set; } = isGlobal; } }