File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ final class ConnectionStorage {
134134 color: connection. color,
135135 tagId: connection. tagId,
136136 groupId: connection. groupId,
137+ sortOrder: connection. sortOrder,
137138 safeModeLevel: connection. safeModeLevel,
138139 aiPolicy: connection. aiPolicy,
139- sortOrder: connection. sortOrder,
140140 redisDatabase: connection. redisDatabase,
141141 startupCommands: connection. startupCommands,
142142 additionalFields: connection. additionalFields. isEmpty ? nil : connection. additionalFields
@@ -558,9 +558,9 @@ private struct StoredConnection: Codable {
558558 color: parsedColor,
559559 tagId: parsedTagId,
560560 groupId: parsedGroupId,
561+ sortOrder: sortOrder,
561562 safeModeLevel: SafeModeLevel ( rawValue: safeModeLevel) ?? . silent,
562563 aiPolicy: parsedAIPolicy,
563- sortOrder: sortOrder,
564564 redisDatabase: redisDatabase,
565565 startupCommands: startupCommands,
566566 additionalFields: mergedFields
You can’t perform that action at this time.
0 commit comments