fix: update monospaceFont in editor template
This commit is contained in:
@@ -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'",
|
||||
|
||||
Reference in New Issue
Block a user