2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00

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); ThemeManager.GetInstance.RegisterControl(readAllDialogue);
readAllDialogue.StartPosition = FormStartPosition.Manual; readAllDialogue.StartPosition = FormStartPosition.Manual;
readAllDialogue.Location = Point.Add(Location, new Size(100, 100)); readAllDialogue.Location = Point.Add(Location, new Size(100, 100));
SuspendDrawing(this);
readAllDialogue.ShowDialog(); readAllDialogue.ShowDialog();
ResumeDrawing(this);
} }
private void PopupNotificationLabel_Click(object _, EventArgs e) private void PopupNotificationLabel_Click(object _, EventArgs e)

View File

@ -83,6 +83,8 @@ namespace Observatory.Framework.Files.ParameterTypes
onfoot_dataTransfer, onfoot_dataTransfer,
onFoot_carryingStolenGoods, onFoot_carryingStolenGoods,
onFoot_eBreachUse, onFoot_eBreachUse,
onFoot_breakingAndEntering,
shuttleDestruction,
collidedWithDamage collidedWithDamage
} }