1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

fix missing mToggleCommentAlt

This commit is contained in:
unknown 2021-12-13 03:55:27 +02:00
parent 8522ca4216
commit 969e7af491

View file

@ -625,6 +625,7 @@ namespace IDE
public FileRecoveryKind mEnableFileRecovery = .Yes;
public bool mFormatOnSave = false;
public bool mSyncWithWorkspacePanel = false;
public bool mToggleCommentAlt = false;
public void Serialize(StructuredData sd)
{