You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Added layout enum
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
5
src/settings/Layout.ts
Normal file
5
src/settings/Layout.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
/* TODO: This should be later reworked into something more generic */
|
||||||
|
export enum Layout {
|
||||||
|
IRC = "irc",
|
||||||
|
Group = "group"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user