mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
fix missing mToggleCommentAlt
This commit is contained in:
parent
8522ca4216
commit
969e7af491
1 changed files with 1 additions and 0 deletions
|
@ -625,6 +625,7 @@ namespace IDE
|
||||||
public FileRecoveryKind mEnableFileRecovery = .Yes;
|
public FileRecoveryKind mEnableFileRecovery = .Yes;
|
||||||
public bool mFormatOnSave = false;
|
public bool mFormatOnSave = false;
|
||||||
public bool mSyncWithWorkspacePanel = false;
|
public bool mSyncWithWorkspacePanel = false;
|
||||||
|
public bool mToggleCommentAlt = false;
|
||||||
|
|
||||||
public void Serialize(StructuredData sd)
|
public void Serialize(StructuredData sd)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue