1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 16:40:26 +02:00

Added ToggleCommentAlt as Toggle comments alternate style under Settings/Editor

This commit is contained in:
unknown 2021-12-11 06:02:11 +02:00
parent b3cf28f500
commit 20261f5d0d
3 changed files with 5 additions and 1 deletions

View file

@ -2162,6 +2162,8 @@ namespace IDE.ui
public bool ToggleComment(bool? doComment = null)
{
if (gApp.mSettings.mEditorSettings.mToggleCommentAlt) return ToggleCommentAlt(doComment);
if (CheckReadOnly())
return false;