Make faded notes pop in on hover (#19101)

This commit is contained in:
DrSmugleaf
2023-08-14 14:03:53 -07:00
committed by GitHub
parent 9315a0fe81
commit 4cdbe11524
2 changed files with 59 additions and 15 deletions

View File

@@ -53,8 +53,8 @@ public sealed partial class AdminNotesLinePopup : Popup
DeleteButton.OnPressed += DeletePressed;
}
private int NoteId { get; }
private NoteType NoteType { get; }
public int NoteId { get; }
public NoteType NoteType { get; }
private TimeSpan? DeleteResetOn { get; set; }
private void EditPressed(ButtonEventArgs args)