retrait de quelques erreurs
This commit is contained in:
parent
ede365af7d
commit
2b606f9010
@ -42,6 +42,18 @@ type DashbordData* = object
|
|||||||
hotkey*: seq[string]
|
hotkey*: seq[string]
|
||||||
color*: seq[string]
|
color*: seq[string]
|
||||||
|
|
||||||
|
|
||||||
|
# --==--==--==--==--==--==--==--==--==--==-- #
|
||||||
|
# Setup user data
|
||||||
|
# --==--==--==--==--==--==--==--==--==--==-- #
|
||||||
|
type
|
||||||
|
TData* = ref object of RootObj
|
||||||
|
loggedIn*: bool
|
||||||
|
userid*, username*, userpass*, email*: string
|
||||||
|
notification*: int
|
||||||
|
req*: Request
|
||||||
|
|
||||||
|
|
||||||
# --==--==--==--==--==--==--==--==--==--==-- #
|
# --==--==--==--==--==--==--==--==--==--==-- #
|
||||||
# TYPE : Data Informations for Left Colomn
|
# TYPE : Data Informations for Left Colomn
|
||||||
# --==--==--==--==--==--==--==--==--==--==-- #
|
# --==--==--==--==--==--==--==--==--==--==-- #
|
||||||
|
Loading…
Reference in New Issue
Block a user