Skip to content

Commit e166f8e

Browse files
committed
Swapped info and plus
1 parent 4b7f3a3 commit e166f8e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

2002/dev_2002.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ index 0b4cb551..9d97f342 100644
5252
ForEach(pluginMenuItems.filter {$0.section == .configuration}) { item in
5353
item.view
5454
}
55-
Submodule LoopKit 8e58b7e..7eccf2a:
55+
Submodule LoopKit 8e58b7e..eaa182f:
5656
diff --git a/LoopKit/LoopKit.xcodeproj/project.pbxproj b/LoopKit/LoopKit.xcodeproj/project.pbxproj
5757
index bfdc9db..7dded80 100644
5858
--- a/LoopKit/LoopKit.xcodeproj/project.pbxproj
@@ -998,7 +998,7 @@ index 0000000..6de3598
998998
+}
999999
diff --git a/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
10001000
new file mode 100644
1001-
index 0000000..489580d
1001+
index 0000000..3f99636
10021002
--- /dev/null
10031003
+++ b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
10041004
@@ -0,0 +1,160 @@
@@ -1081,15 +1081,15 @@ index 0000000..489580d
10811081
+ )
10821082
+ .navigationBarItems(
10831083
+ leading: HStack {
1084+
+ Button(action: { withAnimation { isAddingNewProfile = true } }) {
1085+
+ Image(systemName: "plus")
1086+
+ }
1087+
+
10841088
+ Button(action: { showInfoAlert.toggle() }) {
10851089
+ Image(systemName: "info.circle")
10861090
+ .resizable()
10871091
+ .frame(width: 24, height: 24)
10881092
+ }
1089-
+
1090-
+ Button(action: { withAnimation { isAddingNewProfile = true } }) {
1091-
+ Image(systemName: "plus")
1092-
+ }
10931093
+ },
10941094
+ trailing: dismissButton
10951095
+ )

2002/main_2002.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ index 90859273..187a17c1 100644
5252
ForEach(configurationMenuItemsForSupportPlugins) { item in
5353
item.view
5454
}
55-
Submodule LoopKit 9835a29..8d66ce1:
55+
Submodule LoopKit 9835a29..b041710:
5656
diff --git a/LoopKit/LoopKit.xcodeproj/project.pbxproj b/LoopKit/LoopKit.xcodeproj/project.pbxproj
5757
index 6b13fc8..c6bcc64 100644
5858
--- a/LoopKit/LoopKit.xcodeproj/project.pbxproj
@@ -997,7 +997,7 @@ index 0000000..abe31ad
997997
+}
998998
diff --git a/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
999999
new file mode 100644
1000-
index 0000000..489580d
1000+
index 0000000..5293e85
10011001
--- /dev/null
10021002
+++ b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
10031003
@@ -0,0 +1,160 @@
@@ -1080,15 +1080,15 @@ index 0000000..489580d
10801080
+ )
10811081
+ .navigationBarItems(
10821082
+ leading: HStack {
1083+
+ Button(action: { withAnimation { isAddingNewProfile = true } }) {
1084+
+ Image(systemName: "plus")
1085+
+ }
1086+
+
10831087
+ Button(action: { showInfoAlert.toggle() }) {
10841088
+ Image(systemName: "info.circle")
10851089
+ .resizable()
10861090
+ .frame(width: 24, height: 24)
10871091
+ }
1088-
+
1089-
+ Button(action: { withAnimation { isAddingNewProfile = true } }) {
1090-
+ Image(systemName: "plus")
1091-
+ }
10921092
+ },
10931093
+ trailing: dismissButton
10941094
+ )

0 commit comments

Comments
 (0)