ringer bugfixes (#36936)

AAAAAAAAAA
This commit is contained in:
Milon
2025-04-29 19:08:23 +02:00
committed by GitHub
parent 0a394d4af5
commit b9b854e179
4 changed files with 41 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ public sealed partial class RingerUplinkComponent : Component
/// Set via GenerateUplinkCodeEvent.
/// </summary>
[DataField]
public Note[] Code = new Note[SharedRingerSystem.RingtoneLength];
public Note[]? Code;
/// <summary>
/// Whether to show the toggle uplink button in PDA settings.