generate screenshots

This commit is contained in:
SPRINX0\prochazka
2025-01-28 18:01:36 +01:00
parent 707ccf2d21
commit 9e06944fe7
5 changed files with 52 additions and 9 deletions

View File

@@ -416,3 +416,5 @@ focusedTreeDbKey.subscribe(value => {
focusedTreeDbKeyValue = value;
});
export const getFocusedTreeDbKey = () => focusedTreeDbKeyValue;
window['__changeCurrentTheme'] = theme => currentTheme.set(theme);