mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
launchbar WIP
This commit is contained in:
@@ -28,8 +28,8 @@ const DROPDOWN_TPL = `
|
||||
</div>`;
|
||||
|
||||
export default class CalendarWidget extends RightDropdownButtonWidget {
|
||||
constructor() {
|
||||
super("bx-calendar", "Calendar", DROPDOWN_TPL);
|
||||
constructor(title, icon) {
|
||||
super(title, icon, DROPDOWN_TPL);
|
||||
}
|
||||
|
||||
doRender() {
|
||||
|
||||
Reference in New Issue
Block a user