mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
refactor(client/ts): port a few small files
This commit is contained in:
@@ -123,13 +123,13 @@ export default class SwitchWidget extends NoteContextAwareWidget {
|
||||
private $switchButton!: JQuery<HTMLElement>;
|
||||
private $switchToggle!: JQuery<HTMLElement>;
|
||||
private $switchName!: JQuery<HTMLElement>;
|
||||
private $helpButton!: JQuery<HTMLElement>;
|
||||
protected $helpButton!: JQuery<HTMLElement>;
|
||||
|
||||
private switchOnName = "";
|
||||
private switchOnTooltip = "";
|
||||
protected switchOnName = "";
|
||||
protected switchOnTooltip = "";
|
||||
|
||||
private switchOffName = "";
|
||||
private switchOffTooltip = "";
|
||||
protected switchOffName = "";
|
||||
protected switchOffTooltip = "";
|
||||
|
||||
private disabledTooltip = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user