network airlock AutoClose (#32124)

* network airlock AutoClose

* least stupid language

* great language

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2024-09-14 00:51:51 +00:00
committed by GitHub
parent beced35e17
commit b11fdd5f0b
3 changed files with 8 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ public sealed partial class AirlockComponent : Component
/// <summary>
/// Whether the airlock should auto close. This value is reset every time the airlock closes.
/// </summary>
[ViewVariables(VVAccess.ReadWrite)]
[DataField, AutoNetworkedField]
public bool AutoClose = true;
/// <summary>