mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-14 20:07:50 +00:00
chore: add favicon provider workspace setting
This commit is contained in:
@ -39,6 +39,8 @@ message WorkspaceProfile {
|
||||
string custom_style = 5;
|
||||
// The custom script.
|
||||
string custom_script = 6;
|
||||
// The url of custom favicon provider.
|
||||
string favicon_provider = 7;
|
||||
}
|
||||
|
||||
message WorkspaceSetting {
|
||||
@ -55,6 +57,8 @@ message WorkspaceSetting {
|
||||
AutoBackupWorkspaceSetting auto_backup = 6;
|
||||
// The default visibility of shortcuts and collections.
|
||||
Visibility default_visibility = 7;
|
||||
// The url of custom favicon provider.
|
||||
string favicon_provider = 8;
|
||||
}
|
||||
|
||||
message AutoBackupWorkspaceSetting {
|
||||
|
Reference in New Issue
Block a user