mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-16 11:17:02 +02:00
Added layout enum
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
0c09158f2a
commit
c69cc550ea
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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user