mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 04:23:16 +00:00
feat: add workspace custom branding setting
This commit is contained in:
@ -18,7 +18,8 @@ message WorkspaceSetting {
|
||||
message GeneralSetting {
|
||||
string secret_session = 1;
|
||||
string license_key = 2;
|
||||
string custom_style = 3;
|
||||
bytes branding = 3;
|
||||
string custom_style = 4;
|
||||
}
|
||||
|
||||
message ShortcutRelatedSetting {
|
||||
|
Reference in New Issue
Block a user