From ccb0f66c43446032b5d13dc5cedca9d0e4bed1e6 Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Wed, 6 Sep 2023 14:12:51 +0200 Subject: [PATCH] TODOs --- src/utils/IWallpaper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/IWallpaper.ts b/src/utils/IWallpaper.ts index 3865159fc..c0832d88a 100644 --- a/src/utils/IWallpaper.ts +++ b/src/utils/IWallpaper.ts @@ -31,7 +31,7 @@ export interface IWallpaper { * Note: This is just derrived */ title: Exclude; - content: string_markdown | string_html; + content: string_markdown | string_html /* <- TODO: !!! Multiple pages here */; // TODO: isTile + some mechanism to add additional metadata /**