Alvaro Carvajal
Alvaro Carvajal
Add TFS like metatables - [x] player - [x] guild - [ ] town - [ ] vocation
I am working with a model that has two primary keys, this is how it looks: ```go type AccountViplist struct { Account Accounts AccountID int64 `gorm:"primary_key"` Description string Icon int...
Hello, I been reading https://doc.getqor.com/chapter2/theme.html but I cant understand how to setup a whole custom theme for QOR admin. I see that you can change a resource with `UseTheme` but...