Merge branch 'ui-overhaul' of https://github.com/Xjph/ObservatoryCore into ui-overhaul

This commit is contained in:
Fred K 2024-01-22 09:25:37 -05:00
commit 1d1ae74f9c
2 changed files with 4 additions and 0 deletions

View file

@ -231,7 +231,9 @@ namespace Observatory.UI
ThemeManager.GetInstance.RegisterControl(readAllDialogue);
readAllDialogue.StartPosition = FormStartPosition.Manual;
readAllDialogue.Location = Point.Add(Location, new Size(100, 100));
SuspendDrawing(this);
readAllDialogue.ShowDialog();
ResumeDrawing(this);
}
private void PopupNotificationLabel_Click(object _, EventArgs e)