mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
chore(prettier): fix code style
This commit is contained in:
@@ -185,7 +185,7 @@ export default class SwitchWidget extends NoteContextAwareWidget {
|
||||
|
||||
/** Gets or sets whether the switch is enabled. */
|
||||
get canToggle() {
|
||||
return (!this.$switchButton.hasClass("disabled"));
|
||||
return !this.$switchButton.hasClass("disabled");
|
||||
}
|
||||
|
||||
set canToggle(isEnabled) {
|
||||
|
||||
Reference in New Issue
Block a user