Added layout enum
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
0c09158f2a
commit
c69cc550ea
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue