mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-08 08:30:08 +08:00
feat: support more key icon display type
This commit is contained in:
@@ -47,8 +47,8 @@ func (c *ConnectionsStorage) defaultConnectionItem() types.ConnectionConfig {
|
||||
|
||||
func (c *ConnectionsStorage) getConnections() (ret types.Connections) {
|
||||
b, err := c.storage.Load()
|
||||
ret = c.defaultConnections()
|
||||
if err != nil {
|
||||
ret = c.defaultConnections()
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user