mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
ux: multiple layout style changes
This commit is contained in:
parent
989e359a5a
commit
885dccb52b
22 changed files with 96 additions and 93 deletions
|
@ -4,6 +4,11 @@
|
|||
{
|
||||
public bool IsError { get; set; } = false;
|
||||
public string Message { get; set; } = string.Empty;
|
||||
|
||||
public void CopyMessage()
|
||||
{
|
||||
App.CopyText(Message);
|
||||
}
|
||||
}
|
||||
|
||||
public interface INotificationReceiver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue