fix: update monospaceFont in editor template

This commit is contained in:
Johnny Almonte
2020-06-25 11:11:14 -04:00
parent 159f8f381c
commit a75f1b8d52

View File

@@ -132,7 +132,7 @@
.sk-menu-panel-header-title Global Display
menu-row(
action="self.selectedMenuItem(true); self.toggleWebPrefKey(self.prefKeyMonospace)"
circle="self.state.monospaceEnabled ? 'success' : 'neutral'",
circle="self.state.monospaceFont ? 'success' : 'neutral'",
desc="'Toggles the font style for the default editor'",
disabled='self.activeEditorComponent',
label="'Monospace Font'",