source layouts (#153)

This commit is contained in:
robo
2022-03-06 21:02:06 +00:00
committed by GitHub
parent 0a63d60880
commit 70b84b810f
6 changed files with 101 additions and 3 deletions

View File

@@ -14,7 +14,9 @@ type ContextType = {
};
const LibraryOptionsContext = React.createContext<ContextType>({
options: { showDownloadBadge: false, showUnreadBadge: false, gridLayout: 0 },
options: {
showDownloadBadge: false, showUnreadBadge: false, gridLayout: 0, SourcegridLayout: 0,
},
setOptions: () => {},
});