mirror of
https://github.com/zadam/trilium.git
synced 2026-06-26 06:10:12 +02:00
chore(core): fix one more type error
This commit is contained in:
@@ -44,7 +44,7 @@ export default function getSharedBootstrapItems(assetPath: string, dbInitialized
|
||||
maxEntityChangeIdAtLoad: sql.getValue<number>("SELECT COALESCE(MAX(id), 0) FROM entity_changes"),
|
||||
maxEntityChangeSyncIdAtLoad: sql.getValue<number>("SELECT COALESCE(MAX(id), 0) FROM entity_changes WHERE isSynced = 1"),
|
||||
isProtectedSessionAvailable: protected_session.isProtectedSessionAvailable(),
|
||||
themeCssUrl: getThemeCssUrl(theme, commonItems.assetPath, themeNote),
|
||||
themeCssUrl: getThemeCssUrl(theme, commonItems.assetPath, themeNote) as string | false,
|
||||
themeUseNextAsBase: themeNote?.getAttributeValue("label", "appThemeBase") as "next" | "next-light" | "next-dark",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user