mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-09-08 20:21:42 -04:00
Merge branch 'ui-overhaul' of https://github.com/Xjph/ObservatoryCore into ui-overhaul
This commit is contained in:
@@ -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)
|
||||
|
@@ -83,6 +83,8 @@ namespace Observatory.Framework.Files.ParameterTypes
|
||||
onfoot_dataTransfer,
|
||||
onFoot_carryingStolenGoods,
|
||||
onFoot_eBreachUse,
|
||||
onFoot_breakingAndEntering,
|
||||
shuttleDestruction,
|
||||
collidedWithDamage
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user