Add 6.png image (storm outlook) support for the themes
Some checks are pending
build-docker / Build Image (push) Waiting to run

This commit is contained in:
mrkmntal 2026-04-09 22:35:27 -04:00
commit 2e304d41c6
10 changed files with 9 additions and 3 deletions

View file

@ -18,6 +18,7 @@ const discoverThemes = async () => {
background3: files.includes('3.png'),
background4: files.includes('4.png'),
background5: files.includes('5.png'),
background6: files.includes('6.png'),
logoCorner: files.includes('logo-corner.png'),
};
}));