|
@@ -3237,6 +3237,7 @@ type InitResponse struct {
|
|
|
ShowLogList bool `protobuf:"varint,22,opt,name=show_log_list,json=showLogList,proto3" json:"show_log_list,omitempty"`
|
|
ShowLogList bool `protobuf:"varint,22,opt,name=show_log_list,json=showLogList,proto3" json:"show_log_list,omitempty"`
|
|
|
LoginRequired bool `protobuf:"varint,23,opt,name=login_required,json=loginRequired,proto3" json:"login_required,omitempty"`
|
|
LoginRequired bool `protobuf:"varint,23,opt,name=login_required,json=loginRequired,proto3" json:"login_required,omitempty"`
|
|
|
AvailableThemes []string `protobuf:"bytes,24,rep,name=available_themes,json=availableThemes,proto3" json:"available_themes,omitempty"` // List of available theme names
|
|
AvailableThemes []string `protobuf:"bytes,24,rep,name=available_themes,json=availableThemes,proto3" json:"available_themes,omitempty"` // List of available theme names
|
|
|
|
|
+ ShowNavigateOnStartIcons bool `protobuf:"varint,25,opt,name=show_navigate_on_start_icons,json=showNavigateOnStartIcons,proto3" json:"show_navigate_on_start_icons,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
}
|
|
@@ -3439,6 +3440,13 @@ func (x *InitResponse) GetAvailableThemes() []string {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+func (x *InitResponse) GetShowNavigateOnStartIcons() bool {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.ShowNavigateOnStartIcons
|
|
|
|
|
+ }
|
|
|
|
|
+ return false
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
type AdditionalLink struct {
|
|
type AdditionalLink struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
|
|
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
|
|
@@ -4096,7 +4104,7 @@ const file_olivetin_api_v1_olivetin_proto_rawDesc = "" +
|
|
|
"\x16GetDiagnosticsResponse\x12 \n" +
|
|
"\x16GetDiagnosticsResponse\x12 \n" +
|
|
|
"\vSshFoundKey\x18\x01 \x01(\tR\vSshFoundKey\x12&\n" +
|
|
"\vSshFoundKey\x18\x01 \x01(\tR\vSshFoundKey\x12&\n" +
|
|
|
"\x0eSshFoundConfig\x18\x02 \x01(\tR\x0eSshFoundConfig\"\r\n" +
|
|
"\x0eSshFoundConfig\x18\x02 \x01(\tR\x0eSshFoundConfig\"\r\n" +
|
|
|
- "\vInitRequest\"\xcd\b\n" +
|
|
|
|
|
|
|
+ "\vInitRequest\"\x8d\t\n" +
|
|
|
"\fInitResponse\x12\x1e\n" +
|
|
"\fInitResponse\x12\x1e\n" +
|
|
|
"\n" +
|
|
"\n" +
|
|
|
"showFooter\x18\x01 \x01(\bR\n" +
|
|
"showFooter\x18\x01 \x01(\bR\n" +
|
|
@@ -4125,7 +4133,8 @@ const file_olivetin_api_v1_olivetin_proto_rawDesc = "" +
|
|
|
"\x10show_diagnostics\x18\x15 \x01(\bR\x0fshowDiagnostics\x12\"\n" +
|
|
"\x10show_diagnostics\x18\x15 \x01(\bR\x0fshowDiagnostics\x12\"\n" +
|
|
|
"\rshow_log_list\x18\x16 \x01(\bR\vshowLogList\x12%\n" +
|
|
"\rshow_log_list\x18\x16 \x01(\bR\vshowLogList\x12%\n" +
|
|
|
"\x0elogin_required\x18\x17 \x01(\bR\rloginRequired\x12)\n" +
|
|
"\x0elogin_required\x18\x17 \x01(\bR\rloginRequired\x12)\n" +
|
|
|
- "\x10available_themes\x18\x18 \x03(\tR\x0favailableThemes\"8\n" +
|
|
|
|
|
|
|
+ "\x10available_themes\x18\x18 \x03(\tR\x0favailableThemes\x12>\n" +
|
|
|
|
|
+ "\x1cshow_navigate_on_start_icons\x18\x19 \x01(\bR\x18showNavigateOnStartIcons\"8\n" +
|
|
|
"\x0eAdditionalLink\x12\x14\n" +
|
|
"\x0eAdditionalLink\x12\x14\n" +
|
|
|
"\x05title\x18\x01 \x01(\tR\x05title\x12\x10\n" +
|
|
"\x05title\x18\x01 \x01(\tR\x05title\x12\x10\n" +
|
|
|
"\x03url\x18\x02 \x01(\tR\x03url\"L\n" +
|
|
"\x03url\x18\x02 \x01(\tR\x03url\"L\n" +
|