mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
using boxicons instead of jam icons WIP
This commit is contained in:
@@ -70,7 +70,7 @@ export default class SidebarOptions {
|
||||
for (const {name, title, option} of widgets) {
|
||||
const $widgetTitle = $('<div class="widget-title">')
|
||||
.attr('data-widget-name', name)
|
||||
.append($("<span>").addClass("handle jam jam-move"))
|
||||
.append($("<span>").addClass("handle bx bx-move"))
|
||||
.append($("<span>").text(title));
|
||||
|
||||
const $expandedCheckbox = $('<div class="expansion-conf">')
|
||||
|
||||
Reference in New Issue
Block a user