fix: update monospaceFont in editor template
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
.sk-menu-panel-header-title Global Display
|
.sk-menu-panel-header-title Global Display
|
||||||
menu-row(
|
menu-row(
|
||||||
action="self.selectedMenuItem(true); self.toggleWebPrefKey(self.prefKeyMonospace)"
|
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'",
|
desc="'Toggles the font style for the default editor'",
|
||||||
disabled='self.activeEditorComponent',
|
disabled='self.activeEditorComponent',
|
||||||
label="'Monospace Font'",
|
label="'Monospace Font'",
|
||||||
|
|||||||
Reference in New Issue
Block a user